DtsContainer.Parent 属性

定义

返回父容器。 该值为只读的。

public:
 property Microsoft::SqlServer::Dts::Runtime::DtsContainer ^ Parent { Microsoft::SqlServer::Dts::Runtime::DtsContainer ^ get(); };
[System.ComponentModel.Browsable(false)]
public Microsoft.SqlServer.Dts.Runtime.DtsContainer Parent { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Parent : Microsoft.SqlServer.Dts.Runtime.DtsContainer
Public ReadOnly Property Parent As DtsContainer

属性值

返回是当前 DtsContainer 的父对象的 DtsContainer 对象。 如果没有父级,则返回 NULL。

属性

注解

运行其他包的包称为父包,父工作流运行的包被视为其子包。 如果此容器是子容器,则返回值包含父包。 如果当前容器是包,则此属性返回 NULL

适用于