IDTSEvents100-Schnittstelle
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
Der IDTSEvents100-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
OnBreakpointHit | Infrastruktur For more information, see IDTSEvents. | |
OnCustomEvent | Infrastruktur For more information, see IDTSEvents. | |
OnError | Infrastruktur For more information, see IDTSEvents. | |
OnExecutionStatusChanged | Infrastruktur For more information, see IDTSEvents. | |
OnInformation | Infrastruktur For more information, see IDTSEvents. | |
OnPostExecute | Infrastruktur For more information, see IDTSEvents. | |
OnPostValidate | Infrastruktur For more information, see IDTSEvents. | |
OnPreExecute | Infrastruktur For more information, see IDTSEvents. | |
OnPreValidate | Infrastruktur For more information, see IDTSEvents. | |
OnProgress | Infrastruktur For more information, see IDTSEvents. | |
OnQueryCancel | Infrastruktur For more information, see IDTSEvents. | |
OnTaskFailed | Infrastruktur For more information, see IDTSEvents. | |
OnVariableValueChanged | Infrastruktur For more information, see IDTSEvents. | |
OnWarning | Infrastruktur For more information, see IDTSEvents. |
Zum Anfang