DimensionAttribute.OrderByAttributeID-Eigenschaft

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; }

Eigenschaftswert

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

Hinweise

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

Siehe auch

Verweis

DimensionAttribute Klasse

Microsoft.AnalysisServices-Namespace