Partager via


Interface IDTSEvents100

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see IDTSEvents.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("D8A34317-D90C-4182-AADB-E339D1AE33D8")> _
Public Interface IDTSEvents100
'Utilisation
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

Le type IDTSEvents100 expose les membres suivants.

Méthodes

  Nom Description
Méthode publique OnBreakpointHit Infrastructure. For more information, see IDTSEvents.
Méthode publique OnCustomEvent Infrastructure. For more information, see IDTSEvents.
Méthode publique OnError Infrastructure. For more information, see IDTSEvents.
Méthode publique OnExecutionStatusChanged Infrastructure. For more information, see IDTSEvents.
Méthode publique OnInformation Infrastructure. For more information, see IDTSEvents.
Méthode publique OnPostExecute Infrastructure. For more information, see IDTSEvents.
Méthode publique OnPostValidate Infrastructure. For more information, see IDTSEvents.
Méthode publique OnPreExecute Infrastructure. For more information, see IDTSEvents.
Méthode publique OnPreValidate Infrastructure. For more information, see IDTSEvents.
Méthode publique OnProgress Infrastructure. For more information, see IDTSEvents.
Méthode publique OnQueryCancel Infrastructure. For more information, see IDTSEvents.
Méthode publique OnTaskFailed Infrastructure. For more information, see IDTSEvents.
Méthode publique OnVariableValueChanged Infrastructure. For more information, see IDTSEvents.
Méthode publique OnWarning Infrastructure. For more information, see IDTSEvents.

Haut de la page