Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.