Dimension.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 attributes collection of the dimension.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.DimensionAttributeCollection Attributes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Attributes : Microsoft.AnalysisServices.DimensionAttributeCollection
Public ReadOnly Property Attributes As DimensionAttributeCollection
Property Value
The attributes collection of the dimension.
- Attributes