DimensionAttribute.OrderBy 属性

定义

获取或设置如何对属性中包含的成员进行排序。

public Microsoft.AnalysisServices.OrderBy OrderBy { get; set; }
member this.OrderBy : Microsoft.AnalysisServices.OrderBy with get, set
Public Property OrderBy As OrderBy

属性值

一个 OrderBy,描述如何对属性中包含的成员进行排序。

注解

此属性的值可以是:按成员名称----- -----------“名称顺序”的值说明。 按成员键排序。 AttributeKey Order by the member key of the attribute of the attribute specified of the OrderByAttributeID property. AttributeName Order 由 OrderByAttributeID 属性中指定的属性的成员名称。

适用于