Freigeben über


DimensionAttribute.OrderByAttributeID-Eigenschaft

Gets or sets another attribute by which to order the members of the DimensionAttribute.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property OrderByAttributeID As String 
    Get 
    Set
'Usage
Dim instance As DimensionAttribute 
Dim value As String 

value = instance.OrderByAttributeID

instance.OrderByAttributeID = value
[BrowsableAttribute(false)]
public string OrderByAttributeID { get; set; }
[BrowsableAttribute(false)]
public:
property String^ OrderByAttributeID {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member OrderByAttributeID : string with get, set
function get OrderByAttributeID () : String 
function set OrderByAttributeID (value : String)

Eigenschaftswert

Typ: System.String
A string that identifies another attribute by which to order the members of the DimensionAttribute.

Hinweise

The OrderByAttributeID parameter is only used when the value of the OrderBy is set to AttributeKey or AttributeName.

Siehe auch

Verweis

DimensionAttribute Klasse

Microsoft.AnalysisServices-Namespace