Database.Dimensions Property

Gets the collection of dimensions associated with a Database.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As DimensionCollection 
    Get
'Usage
Dim instance As Database 
Dim value As DimensionCollection 

value = instance.Dimensions
[BrowsableAttribute(false)]
public DimensionCollection Dimensions { get; }
[BrowsableAttribute(false)]
public:
property DimensionCollection^ Dimensions {
    DimensionCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Dimensions : DimensionCollection
function get Dimensions () : DimensionCollection

Property Value

Type: Microsoft.AnalysisServices.DimensionCollection
A collection of dimensions.

See Also

Reference

Database Class

Microsoft.AnalysisServices Namespace