MeasureGroup.Dimensions Property
Gets the MeasureGroupDimensionCollection of the MeasureGroup.
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
<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
Valeur de propriété
A collection of measure group dimensions.
Notes
Zero is returned if there is a MeasureGroup binding, at create time. The collection always returns at least 1 Dimension.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
MeasureGroup Class
MeasureGroup Members
Microsoft.AnalysisServices Namespace