次の方法で共有


AggregationDesignDimension.ParentCube プロパティ

AggregationDesignDimension オブジェクトの親である Cube オブジェクトを取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentCube As Cube 
    Get
'使用
Dim instance As AggregationDesignDimension 
Dim value As Cube 

value = instance.ParentCube
[BrowsableAttribute(false)]
public Cube ParentCube { get; }
[BrowsableAttribute(false)]
public:
property Cube^ ParentCube {
    Cube^ get ();
}
[<BrowsableAttribute(false)>]
member ParentCube : Cube
function get ParentCube () : Cube

プロパティ値

型: Microsoft.AnalysisServices.Cube
Cube オブジェクトです。

関連項目

参照

AggregationDesignDimension クラス

Microsoft.AnalysisServices 名前空間