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
'Declaration
Public Interface IDTSEvents
public interface IDTSEvents
public interface class IDTSEvents
public interface IDTSEvents
public interface IDTSEvents
Hinweise
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
IDTSEvents Members
Microsoft.SqlServer.Dts.Runtime Namespace