Project.Events Property

Definition

Sets the IDTSEvents interface to get various events.

public:
 property Microsoft::SqlServer::Dts::Runtime::IDTSEvents ^ Events {  void set(Microsoft::SqlServer::Dts::Runtime::IDTSEvents ^ value); };
public Microsoft.SqlServer.Dts.Runtime.IDTSEvents Events { set; }
member this.Events : Microsoft.SqlServer.Dts.Runtime.IDTSEvents
Public Property Events As IDTSEvents

Property Value

The IDTSEvents interface to get various events.

Applies to