CalculationPropertyVisualizationProperties.IsSimpleMeasure Property

 

Applies To: SQL Server 2016 Preview

Gets or sets whether the measure is a simple measure.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[DefaultValueAttribute(false)]
public bool IsSimpleMeasure { get; set; }
public:
[DefaultValueAttribute(false)]
property bool IsSimpleMeasure {
    bool get();
    void set(bool value);
}
[<DefaultValueAttribute(false)>]
member IsSimpleMeasure : bool with get, set
<DefaultValueAttribute(False)>
Public Property IsSimpleMeasure As Boolean

Property Value

Type: System.Boolean

True if the measure is a simple measure; otherwise, false.

See Also

CalculationPropertyVisualizationProperties Class
Microsoft.AnalysisServices Namespace

Return to top