Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
'Declaration
Public Property SortDirection As SortDirection
Get
Set
'Usage
Dim instance As CalculationPropertyVisualizationProperties
Dim value As SortDirection
value = instance.SortDirection
instance.SortDirection = value
public SortDirection SortDirection { get; set; }
public:
property SortDirection SortDirection {
SortDirection get ();
void set (SortDirection value);
}
member SortDirection : SortDirection with get, set
function get SortDirection () : SortDirection
function set SortDirection (value : SortDirection)
Property Value
Type: Microsoft.AnalysisServices.SortDirection
One of the enumeration values that provides guidance to reporting tools on how to sort values.