Compartir a través de


AggregationDesignAttribute.Attribute Propiedad

Gets the primitive data type that represents the association between an attribute and an AggregationDesignAttribute element.

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

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Attribute As DimensionAttribute 
    Get
'Uso
Dim instance As AggregationDesignAttribute 
Dim value As DimensionAttribute 

value = instance.Attribute
[BrowsableAttribute(false)]
public DimensionAttribute Attribute { get; }
[BrowsableAttribute(false)]
public:
property DimensionAttribute^ Attribute {
    DimensionAttribute^ get ();
}
[<BrowsableAttribute(false)>]
member Attribute : DimensionAttribute
function get Attribute () : DimensionAttribute

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.DimensionAttribute
A DimensionAttribute object

Vea también

Referencia

AggregationDesignAttribute Clase

Espacio de nombres Microsoft.AnalysisServices