IDTSPipeline100.Events Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSComponentEvents100 ^ Events { void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSComponentEvents100 ^ value); };
[System.Runtime.InteropServices.DispId(118)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.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.Sql2012.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.