PowerQueryFormulaParameter

PowerQueryFormulaParameter class

Represents the parameter of power query formula.

Properties

NameTypeDescription
TypeintThe value of the property is PowerQueryFormulaType integer constant.
ValueStringGets the value of parameter.
ParameterDefinitionStringGets the definition of the parameter.
FormulaDefinitionString
GroupNameString
NameStringGets and sets the name of the power query formula.
DescriptionString
PowerQueryFormulaItemsPowerQueryFormulaItemCollectionGets 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