PowerQueryFormulaParameter
Contents
[
Hide
]PowerQueryFormulaParameter class
Represents the parameter of power query formula.
Properties
| Name | Type | Description |
|---|---|---|
| Type | int | The value of the property is PowerQueryFormulaType integer constant. |
| Value | String | Gets the value of parameter. |
| ParameterDefinition | String | Gets the definition of the parameter. |
| FormulaDefinition | String | |
| GroupName | String | |
| Name | String | Gets and sets the name of the power query formula. |
| Description | String | |
| PowerQueryFormulaItems | PowerQueryFormulaItemCollection | Gets all items of power query formula. |
PowerQueryFormulaParameter.Type property
The value of the property is PowerQueryFormulaType integer constant.
Type: int
PowerQueryFormulaParameter.Value property
Gets the value of parameter.
Type: String
PowerQueryFormulaParameter.ParameterDefinition property
Gets the definition of the parameter.
Type: String
PowerQueryFormulaParameter.FormulaDefinition property
Type: String
PowerQueryFormulaParameter.GroupName property
Type: String
PowerQueryFormulaParameter.Name property
Gets and sets the name of the power query formula.
Type: String
PowerQueryFormulaParameter.Description property
Type: String
PowerQueryFormulaParameter.PowerQueryFormulaItems property
Gets all items of power query formula.
Type: PowerQueryFormulaItemCollection