MainPipeClass.Events Property

Definition

Sets the events interface that a data flow, and the components it contains, use to raise events during execution.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSComponentEvents100 ^ Events {  void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSComponentEvents100 ^ value); };
[System.Runtime.InteropServices.DispId(118)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100 Events { [System.Runtime.InteropServices.DispId(118)] set; }
[<System.Runtime.InteropServices.DispId(118)>]
[<set: System.Runtime.InteropServices.DispId(118)>]
member this.Events : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100
Public Overridable Property Events As IDTSComponentEvents100

Property Value

The IDTSComponentEvents100 interface.

Implements

Attributes

Remarks

To receive events during execution from the data flow task, and from components within the task, create a class that implements the IDTSComponentEvents100 interface and assign the class to this property before execution.

Applies to