Database.Dimensions Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of dimensions associated with a Database.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlArrayAttribute]
[BrowsableAttribute(false)]
public DimensionCollection Dimensions { get; }
public:
[XmlArrayAttribute]
[BrowsableAttribute(false)]
property DimensionCollection^ Dimensions {
    DimensionCollection^ get();
}
[<XmlArrayAttribute>]
[<BrowsableAttribute(false)>]
member Dimensions : DimensionCollection with get
<XmlArrayAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property Dimensions As DimensionCollection

Property Value

Type: Microsoft.AnalysisServices.DimensionCollection

A collection of dimensions.

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top