CubeDimension.Attributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of attributes associated with a CubeDimension object.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.CubeAttributeCollection Attributes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Attributes : Microsoft.AnalysisServices.CubeAttributeCollection
Public ReadOnly Property Attributes As CubeAttributeCollection
Property Value
A collection of cube attributes.
- Attributes