Context.Cubes 속성
Gets a collection of cubes that are available in the current database or context.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public Shared ReadOnly Property Cubes As CubeCollection
Get
‘사용 방법
Dim value As CubeCollection
value = Context.Cubes
public static CubeCollection Cubes { get; }
public:
static property CubeCollection^ Cubes {
CubeCollection^ get ();
}
static member Cubes : CubeCollection
static function get Cubes () : CubeCollection
속성 값
유형: Microsoft.AnalysisServices.AdomdServer.CubeCollection
A collection of cubes that are available in the current database or context.