Context.Cubes プロパティ
現在のデータベースまたはコンテキストで利用できるキューブのコレクションを取得します。
名前空間: 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
現在のデータベースまたはコンテキストで利用できるキューブのコレクションです。