IDTSEvents100 Interface

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see IDTSEvents.

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

Syntax

'Declaration
<GuidAttribute("D8A34317-D90C-4182-AADB-E339D1AE33D8")> _
Public Interface IDTSEvents100
'Usage
Dim instance As IDTSEvents100
[GuidAttribute("D8A34317-D90C-4182-AADB-E339D1AE33D8")]
public interface IDTSEvents100
[GuidAttribute(L"D8A34317-D90C-4182-AADB-E339D1AE33D8")]
public interface class IDTSEvents100
[<GuidAttribute("D8A34317-D90C-4182-AADB-E339D1AE33D8")>]
type IDTSEvents100 =  interface end
public interface IDTSEvents100

The IDTSEvents100 type exposes the following members.

Methods

  Name Description
Public method OnBreakpointHit Infrastructure. For more information, see IDTSEvents.
Public method OnCustomEvent Infrastructure. For more information, see IDTSEvents.
Public method OnError Infrastructure. For more information, see IDTSEvents.
Public method OnExecutionStatusChanged Infrastructure. For more information, see IDTSEvents.
Public method OnInformation Infrastructure. For more information, see IDTSEvents.
Public method OnPostExecute Infrastructure. For more information, see IDTSEvents.
Public method OnPostValidate Infrastructure. For more information, see IDTSEvents.
Public method OnPreExecute Infrastructure. For more information, see IDTSEvents.
Public method OnPreValidate Infrastructure. For more information, see IDTSEvents.
Public method OnProgress Infrastructure. For more information, see IDTSEvents.
Public method OnQueryCancel Infrastructure. For more information, see IDTSEvents.
Public method OnTaskFailed Infrastructure. For more information, see IDTSEvents.
Public method OnVariableValueChanged Infrastructure. For more information, see IDTSEvents.
Public method OnWarning Infrastructure. For more information, see IDTSEvents.

Top