Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the description of an Attribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Attribute As DimensionAttribute
Get
'Usage
Dim instance As MeasureGroupAttribute
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
Property Value
Type: Microsoft.AnalysisServices.DimensionAttribute
The Attribute description.