CalculationPropertyVisualizationProperties.SortDirection Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that provides guidance to reporting tools on how to sort values.

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

Syntax

[DefaultValueAttribute(SortDirection.Default)]
public SortDirection SortDirection { get; set; }
public:
[DefaultValueAttribute(SortDirection::Default)]
property SortDirection SortDirection {
    SortDirection get();
    void set(SortDirection value);
}
[<DefaultValueAttribute(SortDirection.Default)>]
member SortDirection : SortDirection with get, set
<DefaultValueAttribute(SortDirection.Default)>
Public Property SortDirection As SortDirection

Property Value

Type: Microsoft.AnalysisServices.SortDirection

One of the enumeration values that provides guidance to reporting tools on how to sort values.

See Also

CalculationPropertyVisualizationProperties Class
Microsoft.AnalysisServices Namespace

Return to top