Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.