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 the ordinal position of the measure in a list of attributes to sort on.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property SortPropertiesPosition As Integer
Get
Set
'Usage
Dim instance As CalculationPropertyVisualizationProperties
Dim value As Integer
value = instance.SortPropertiesPosition
instance.SortPropertiesPosition = value
public int SortPropertiesPosition { get; set; }
public:
property int SortPropertiesPosition {
int get ();
void set (int value);
}
member SortPropertiesPosition : int with get, set
function get SortPropertiesPosition () : int
function set SortPropertiesPosition (value : int)
Eigenschaftswert
Typ: System.Int32
The ordinal position of the measure in a list of attributes to sort on.