DimensionAttribute.OrderByAttribute 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 the attribute by which to order the members of the attribute hierarchy.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.DimensionAttribute OrderByAttribute { get; }
[<System.ComponentModel.Browsable(false)>]
member this.OrderByAttribute : Microsoft.AnalysisServices.DimensionAttribute
Public ReadOnly Property OrderByAttribute As DimensionAttribute
Property Value
A DimensionAttribute that identifies the attribute by which to order the members of the attribute hierarchy.
- Attributes