Share via


Project.Events Property

Sets the IDTSEvents interface to get various events.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public WriteOnly Property Events As IDTSEvents 
    Set
'Usage
Dim instance As Project 
Dim value As IDTSEvents

instance.Events = value
public IDTSEvents Events { set; }
public:
property IDTSEvents^ Events {
    void set (IDTSEvents^ value);
}
member Events : IDTSEvents with get, set
function set Events (value : IDTSEvents)

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.IDTSEvents
The IDTSEvents interface to get various events.

See Also

Reference

Project Class

Microsoft.SqlServer.Dts.Runtime Namespace