Share via


EventHandlerClass.Parent Property

Definition

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

Property Value

A IDTSContainer100 object that is the parent of this EventHandlerClass instance. Returns null if there is no parent.

Implements

Applies to