CalculationPropertyVisualizationProperties.SortPropertiesPosition Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the ordinal position of the measure in a list of attributes to sort on.

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

Syntax

[DefaultValueAttribute(-1)]
public int SortPropertiesPosition { get; set; }
public:
[DefaultValueAttribute(-1)]
property int SortPropertiesPosition {
    int get();
    void set(int value);
}
[<DefaultValueAttribute(-1)>]
member SortPropertiesPosition : int with get, set
<DefaultValueAttribute(-1)>
Public Property SortPropertiesPosition As Integer

Property Value

Type: System.Int32

The ordinal position of the measure in a list of attributes to sort on.

See Also

CalculationPropertyVisualizationProperties Class
Microsoft.AnalysisServices Namespace

Return to top