ForEachLoopClass.Parent 属性

定义

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

属性值

一个 IDTSContainer100 对象,该对象是当前 ForEachLoopClass 实例的父对象。 如果没有父级,则返回 null

实现

适用于