ForEachLoopClass.Parent プロパティ

定義

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSContainer100 ^ Parent { Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSContainer100 ^ get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSContainer100 Parent { get; }
member this.Parent : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSContainer100
Public Overridable ReadOnly Property Parent As IDTSContainer100

プロパティ値

現在の IDTSContainer100 インスタンスの親である ForEachLoopClass オブジェクトです。 親がない場合は null を 返します。

実装

適用対象