共用方式為


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 命名空間