Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the collection of attributes associated with a CubeDimension object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Attributes As CubeAttributeCollection
Get
'Usage
Dim instance As CubeDimension
Dim value As CubeAttributeCollection
value = instance.Attributes
[BrowsableAttribute(false)]
public CubeAttributeCollection Attributes { get; }
[BrowsableAttribute(false)]
public:
property CubeAttributeCollection^ Attributes {
CubeAttributeCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Attributes : CubeAttributeCollection
function get Attributes () : CubeAttributeCollection
Eigenschaftswert
Typ: Microsoft.AnalysisServices.CubeAttributeCollection
A collection of cube attributes.