NamedExpression.ParameterValuesColumn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Client tools apply filters to this column using M parameter. The presence of this property indicates model owner allows Dax queries to override this parameter, and columns data type must match the type specified in the meta tag of the parameter..
public Microsoft.AnalysisServices.Tabular.Column ParameterValuesColumn { get; set; }
member this.ParameterValuesColumn : Microsoft.AnalysisServices.Tabular.Column with get, set
Public Property ParameterValuesColumn As Column
Property Value
Remarks
This property is only supported when the compatibility level of the database is at 1545 or above.