Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Property Value
Type: Microsoft.AnalysisServices.CubeAttributeCollection
A collection of cube attributes.