Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 DimensionAttributeVisualizationProperties
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)
Eigenschaftswert
Typ: Microsoft.AnalysisServices.SortDirection
One of the enumeration values that provides guidance to reporting tools on how to sort values.