次の方法で共有


Parent プロパティ

現在の DataItem の親オブジェクトを取得します。

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

構文

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

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

プロパティ値

型: Microsoft.AnalysisServices. . :: . .IModelComponent
現在の DataItem の親オブジェクトです。