DimensionAttribute.OrderByAttributeID Property

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
[BrowsableAttribute(false)]
public string OrderByAttributeID { get; set; }

Property Value

Type: System.String
A string that identifies another attribute by which to order the members of the DimensionAttribute.

Remarks

The OrderByAttributeID parameter is only used when the value of the OrderBy is set to AttributeKey or AttributeName.

See Also

Reference

DimensionAttribute Class

Microsoft.AnalysisServices Namespace