Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.