言語

IDTSContainer100.Parent プロパティ

定義

コンテナの親を取得。

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSContainer100 ^ Parent { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSContainer100 ^ get(); };
[System.Runtime.InteropServices.DispId(23)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSContainer100 Parent { [System.Runtime.InteropServices.DispId(23)] get; }
[<System.Runtime.InteropServices.DispId(23)>]
[<get: System.Runtime.InteropServices.DispId(23)>]
member this.Parent : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSContainer100
Public ReadOnly Property Parent As IDTSContainer100

プロパティ値

コンテナの親です。

属性

注釈

詳細については、DtsContainerを参照してください。

適用対象