CalculationGroup.NoSelectionExpression 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 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.