ForLoopClass.Parent 属性

定义

获取容器的父级。

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

属性值

容器的父级。

实现

适用于