DimensionAttribute.OrderByAttributeID Property

 

Applies To: SQL Server 2016 Preview

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

[XmlElementAttribute(IsNullable = false)]
[BrowsableAttribute(false)]
public string OrderByAttributeID { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
[BrowsableAttribute(false)]
property String^ OrderByAttributeID {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
[<BrowsableAttribute(false)>]
member OrderByAttributeID : string with get, set
<XmlElementAttribute(IsNullable := False)>
<BrowsableAttribute(False)>
Public Property OrderByAttributeID As String

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

DimensionAttribute Class
Microsoft.AnalysisServices Namespace

Return to top