Proprietà AggregationAttribute.Attribute
Gets the DimensionAttribute assigned to a Aggregation.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Attribute As DimensionAttribute
Get
'Utilizzo
Dim instance As AggregationAttribute
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
Valore proprietà
Tipo: Microsoft.AnalysisServices.DimensionAttribute
The DimensionAttribute assigned to an Aggregation.