DimensionAttribute.OrderBy Property

Definition

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.

Applies to