PackageNeutralClass.EventHandlers Property

Definition

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

Property Value

A collection of event handler objects.

Implements

Remarks

For more information, see Package.

Applies to