CalculationGroup.MultipleOrEmptySelectionExpression 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.
Gets or sets the reference to the multi-selection expression on the calculation group .
public Microsoft.AnalysisServices.Tabular.CalculationGroupExpression MultipleOrEmptySelectionExpression { get; set; }
member this.MultipleOrEmptySelectionExpression : Microsoft.AnalysisServices.Tabular.CalculationGroupExpression with get, set
Public Property MultipleOrEmptySelectionExpression As CalculationGroupExpression
Property Value
The CalculationGroupExpression instance whose expression we should inject for any multi-selections on the calculation group.
Remarks
This property is only supported when the compatibility level of the database is at 1605 or above.