Freigeben über


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

Eigenschaftswert

A collection of measure group dimensions.

Hinweise

Zero is returned if there is a MeasureGroup binding, at create time. The collection always returns at least 1 Dimension.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

MeasureGroup Class
MeasureGroup Members
Microsoft.AnalysisServices Namespace