Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.