共用方式為


DimensionAttribute.OrderBy 屬性

Gets or sets how to order the members contained in the attribute.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property OrderBy As OrderBy 
    Get 
    Set
'用途
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)

屬性值

型別:Microsoft.AnalysisServices.OrderBy
A OrderBy that describes how to order the members contained in the attribute.

備註

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.

請參閱

參考

DimensionAttribute 類別

Microsoft.AnalysisServices 命名空間