Measures 속성

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

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public ReadOnly Property Measures As MeasureCollection
    Get
‘사용 방법
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

속성 값

유형: Microsoft.AnalysisServices.AdomdServer. . :: . .MeasureCollection
A MeasureCollection that contains the measures for the CubeDef.

주의

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.