Share via


DimensionAttribute.OrderByAttributeID 속성

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public Property OrderByAttributeID As String 
    Get 
    Set
‘사용 방법
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)

속성 값

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

주의

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

참고 항목

참조

DimensionAttribute 클래스

Microsoft.AnalysisServices 네임스페이스