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 a collection of measure group dimensions.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As MeasureGroupDimensionCollection
Get
'Usage
Dim instance As MeasureGroup
Dim value As MeasureGroupDimensionCollection
value = instance.Dimensions
[BrowsableAttribute(false)]
public MeasureGroupDimensionCollection Dimensions { get; }
[BrowsableAttribute(false)]
public:
property MeasureGroupDimensionCollection^ Dimensions {
MeasureGroupDimensionCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Dimensions : MeasureGroupDimensionCollection
function get Dimensions () : MeasureGroupDimensionCollection
Property Value
Type: Microsoft.AnalysisServices.MeasureGroupDimensionCollection
A collection of measure group dimensions.
Remarks
Zero is returned if there is a MeasureGroup binding, at create time. The collection always returns at least 1 Dimension.