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 | |
---|---|---|
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. |
Haut de la page