Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the attribute by which to order the members of the attribute hierarchy.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property OrderByAttribute As DimensionAttribute
Get
'Usage
Dim instance As DimensionAttribute
Dim value As DimensionAttribute
value = instance.OrderByAttribute
[BrowsableAttribute(false)]
public DimensionAttribute OrderByAttribute { get; }
[BrowsableAttribute(false)]
public:
property DimensionAttribute^ OrderByAttribute {
DimensionAttribute^ get ();
}
[<BrowsableAttribute(false)>]
member OrderByAttribute : DimensionAttribute
function get OrderByAttribute () : DimensionAttribute
Property Value
Type: Microsoft.AnalysisServices.DimensionAttribute
A DimensionAttribute that identifies the attribute by which to order the members of the attribute hierarchy.