Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets an instance of the MeasureCollection class that contains the measures for the CubeDef.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property Measures As MeasureCollection
Get
'Usage
Dim instance As CubeDef
Dim value As MeasureCollection
value = instance.Measures
public MeasureCollection Measures { get; }
public:
property MeasureCollection^ Measures {
MeasureCollection^ get ();
}
member Measures : MeasureCollection
function get Measures () : MeasureCollection
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.MeasureCollection
A MeasureCollection that contains the measures for the CubeDef.
Remarks
In Analysis Services, 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.