PowerQueryFormulaParameter

PowerQueryFormulaParameter class

Represents the parameter of power query formula.

class PowerQueryFormulaParameter;

Constructors

NameDescription
constructor()Default Constructor.

Methods

MethodDescription
getName()Gets the name of parameter.
setName(string)Gets the name of parameter.
getValue()Gets the value of parameter.
setValue(string)Gets the value of parameter.
getParameterDefinition()Gets the definition of the parameter.

constructor()

Default Constructor.

constructor();

getName()

Gets the name of parameter.

getName() : string;

setName(string)

Gets the name of parameter.

setName(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.

getValue()

Gets the value of parameter.

getValue() : string;

setValue(string)

Gets the value of parameter.

setValue(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.

getParameterDefinition()

Gets the definition of the parameter.

getParameterDefinition() : string;