Udostępnij za pośrednictwem


Właściwość AggregationAttribute.Attribute

Pobiera DimensionAttribute przypisane do Aggregation.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
<BrowsableAttribute(False)> _
Public ReadOnly Property Attribute As DimensionAttribute
    Get
'Użycie
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