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 | |
---|---|---|
OnBreakpointHit | Infrastructure. For more information, see IDTSEvents. | |
OnCustomEvent | Infrastructure. For more information, see IDTSEvents. | |
OnError | Infrastructure. For more information, see IDTSEvents. | |
OnExecutionStatusChanged | Infrastructure. For more information, see IDTSEvents. | |
OnInformation | Infrastructure. For more information, see IDTSEvents. | |
OnPostExecute | Infrastructure. For more information, see IDTSEvents. | |
OnPostValidate | Infrastructure. For more information, see IDTSEvents. | |
OnPreExecute | Infrastructure. For more information, see IDTSEvents. | |
OnPreValidate | Infrastructure. For more information, see IDTSEvents. | |
OnProgress | Infrastructure. For more information, see IDTSEvents. | |
OnQueryCancel | Infrastructure. For more information, see IDTSEvents. | |
OnTaskFailed | Infrastructure. For more information, see IDTSEvents. | |
OnVariableValueChanged | Infrastructure. For more information, see IDTSEvents. | |
OnWarning | Infrastructure. For more information, see IDTSEvents. |
Top