Condividi tramite


CubeDef.Measures Property

Gets an instance of the MeasureCollection class that contains the measures for the CubeDef.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Measures As MeasureCollection
public MeasureCollection Measures { get; }
public:
property MeasureCollection^ Measures {
    MeasureCollection^ get ();
}
/** @property */
public MeasureCollection get_Measures ()
public function get Measures () : MeasureCollection

Valore proprietà

A MeasureCollection that contains the measures for the CubeDef.

Osservazioni

In Microsoft SQL Server 2005 Analysis Services (SSAS), each cube has at least one measure associated with it. The Measures property is used to retrieve a collection of Measures objects that represent the measures associated with a given cube.

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

CubeDef Class
CubeDef Members
Microsoft.AnalysisServices.AdomdClient Namespace