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 how to order the members contained in the attribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property OrderBy As OrderBy
Get
Set
'Usage
Dim instance As DimensionAttribute
Dim value As OrderBy
value = instance.OrderBy
instance.OrderBy = value
public OrderBy OrderBy { get; set; }
public:
property OrderBy OrderBy {
OrderBy get ();
void set (OrderBy value);
}
member OrderBy : OrderBy with get, set
function get OrderBy () : OrderBy
function set OrderBy (value : OrderBy)
Eigenschaftswert
Typ: Microsoft.AnalysisServices.OrderBy
A OrderBy that describes how to order the members contained in the attribute.
Hinweise
The value of this property can be:
Value |
Description |
|---|---|
Name |
Order by the member name. |
Key |
Order by the member key. |
AttributeKey |
Order by the member key of the attribute specified in the OrderByAttributeID property. |
AttributeName |
Order by the member name of the attribute specified in the OrderByAttributeID property. |