Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.