Microsoft.SqlServer.Dts.Run ...


IDTSEvents Interface

Defines a set of events used by the TaskHost on behalf of a task.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntax

VisualBasicDeclaration
Public Interface IDTSEvents
CSharp
public interface IDTSEvents
ManagedCPlusPlus
public interface class IDTSEvents
JSharp
public interface IDTSEvents
JScript
public interface IDTSEvents
Remarks

For each method, there is a related object in the DtsEventHandlers collection that handles the event. If the event is disabled, the object will not execute and will return false. If the object does not handle the event at the local level, the event is escalated to the parent container to be handled.

These methods provide indexes into the events collection for the corresponding event handler.


Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also

Tags :


Page view tracker