Interface IDTSComponentEvents100
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Defines an interface that provides methods for event firing.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("E2524FE8-A136-4457-A2BD-14A39CEA6EFA")> _
Public Interface IDTSComponentEvents100 _
Inherits IDTSInfoEvents100
'Utilisation
Dim instance As IDTSComponentEvents100
[GuidAttribute("E2524FE8-A136-4457-A2BD-14A39CEA6EFA")]
public interface IDTSComponentEvents100 : IDTSInfoEvents100
[GuidAttribute(L"E2524FE8-A136-4457-A2BD-14A39CEA6EFA")]
public interface class IDTSComponentEvents100 : IDTSInfoEvents100
[<GuidAttribute("E2524FE8-A136-4457-A2BD-14A39CEA6EFA")>]
type IDTSComponentEvents100 =
interface
interface IDTSInfoEvents100
end
public interface IDTSComponentEvents100 extends IDTSInfoEvents100
Le type IDTSComponentEvents100 expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
FireBreakpointHit | Infrastructure. Raises an event when a breakpoint target is hit in the package. | |
FireCustomEvent | Infrastructure. Occurs when tasks raise custom task-defined events. | |
FireError | Infrastructure. Raises an event when an error occurs. | |
FireInformation | Infrastructure. Raises an event containing information. | |
FireProgress | Infrastructure. Raises an event when measurable progress is made by the executable. | |
FireQueryCancel | Infrastructure. Raises an event to determine whether an executable should stop running. | |
FireWarning | Infrastructure. Raises an event anytime the task is in a state that does not justify an error, but does warrant alerting the client. |
Haut de la page
Notes
For more information, see IDTSComponentEvents.