次の方法で共有


MdxScript.Parent プロパティ

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

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

構文

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

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

プロパティ値

型: Microsoft.AnalysisServices.Cube
MdxScript オブジェクトの親である Cube オブジェクトです。

関連項目

参照

MdxScript クラス

Microsoft.AnalysisServices 名前空間