MeasureGroup.Dimensions Property
Gets the MeasureGroupDimensionCollection of the MeasureGroup.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<XmlArrayItemAttribute("Dimension")> _
<BrowsableAttribute(False)> _
<XmlArrayAttribute> _
Public ReadOnly Property Dimensions As MeasureGroupDimensionCollection
[XmlArrayItemAttribute("Dimension")]
[BrowsableAttribute(false)]
[XmlArrayAttribute]
public MeasureGroupDimensionCollection Dimensions { get; }
[XmlArrayItemAttribute(L"Dimension")]
[BrowsableAttribute(false)]
[XmlArrayAttribute]
public:
property MeasureGroupDimensionCollection^ Dimensions {
MeasureGroupDimensionCollection^ get ();
}
/** @property */
public MeasureGroupDimensionCollection get_Dimensions ()
public function get Dimensions () : MeasureGroupDimensionCollection
Property Value
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.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
MeasureGroup Class
MeasureGroup Members
Microsoft.AnalysisServices Namespace