Share via


CalculationGroup.NoSelectionExpression Property

Definition

Gets or sets the reference to the no-selection expression on the calculation group .

public Microsoft.AnalysisServices.Tabular.CalculationGroupExpression NoSelectionExpression { get; set; }
member this.NoSelectionExpression : Microsoft.AnalysisServices.Tabular.CalculationGroupExpression with get, set
Public Property NoSelectionExpression As CalculationGroupExpression

Property Value

The CalculationGroupExpression instance whose expression we should inject for any no-selections on the calculation group.

Remarks

This property is only supported when the compatibility level of the database is at 1605 or above.

Applies to