Compartir a través de


DimensionAttribute.OrderByAttribute Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property OrderByAttribute As DimensionAttribute 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.DimensionAttribute
A DimensionAttribute that identifies the attribute by which to order the members of the attribute hierarchy.

Vea también

Referencia

DimensionAttribute Clase

Espacio de nombres Microsoft.AnalysisServices