Freigeben über


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

Zum Anfang