Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.