IDTSPipeline100.Events Property

Definition

Sets the events interface that the data flow and its components use to raise events during execution.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSComponentEvents100 ^ Events {  void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSComponentEvents100 ^ value); };
[System.Runtime.InteropServices.DispId(118)]
public 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 Property Events As IDTSComponentEvents100

Property Value

The IDTSComponentEvents100 interface.

Attributes

Remarks

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

Applies to