共用方式為


DimensionAttribute.OrderBy 屬性

定義

取得或設定如何排序屬性中包含的成員。

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

屬性值

OrderBy,描述如何排序 屬性中包含的成員。

備註

此屬性的值可以是:依成員名稱----- ----------- Name Order 的值。 依成員索引鍵排序的索引鍵順序。 AttributeKey Order by the member key of the attribute specified in the OrderByAttributeID property. AttributeName Order by the member name of the attribute specified of the OrderByAttributeID property.

適用於