Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.