CalculationPropertyVisualizationProperties.IsDefaultMeasure Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether this measure is automatically used to summarize a dimension.

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

Syntax

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

Property Value

Type: System.Boolean

true to indicate that this measure is automatically used to summarize a dimension; otherwise, false.

See Also

CalculationPropertyVisualizationProperties Class
Microsoft.AnalysisServices Namespace

Return to top