Condividi tramite


MeasureGroup.Dimensions Property

Gets the MeasureGroupDimensionCollection of the MeasureGroup.

Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintassi

'Dichiarazione
<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

Valore proprietà

A collection of measure group dimensions.

Osservazioni

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

MeasureGroup Class
MeasureGroup Members
Microsoft.AnalysisServices Namespace