DimensionAttribute.OrderByAttribute 属性

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

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property OrderByAttribute As DimensionAttribute 
    Get
用法
Dim instance As DimensionAttribute 
Dim value As DimensionAttribute 

value = instance.OrderByAttribute
[BrowsableAttribute(false)]
public DimensionAttribute OrderByAttribute { get; }
[BrowsableAttribute(false)]
public:
property DimensionAttribute^ OrderByAttribute {
    DimensionAttribute^ get ();
}
[<BrowsableAttribute(false)>]
member OrderByAttribute : DimensionAttribute
function get OrderByAttribute () : DimensionAttribute

属性值

类型:Microsoft.AnalysisServices.DimensionAttribute
A DimensionAttribute that identifies the attribute by which to order the members of the attribute hierarchy.

请参阅

参考

DimensionAttribute 类

Microsoft.AnalysisServices 命名空间