DimensionAttribute.OrderBy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets how to order the members contained in the attribute.
public Microsoft.AnalysisServices.OrderBy OrderBy { get; set; }
member this.OrderBy : Microsoft.AnalysisServices.OrderBy with get, set
Public Property OrderBy As OrderBy
Property Value
A OrderBy that describes how to order the members contained in the attribute.
Remarks
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.