Interface IDTSInfoEvents
Defines an interface that is used to fire informational, warning, and error events.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Interface IDTSInfoEvents
'Utilisation
Dim instance As IDTSInfoEvents
public interface IDTSInfoEvents
public interface class IDTSInfoEvents
type IDTSInfoEvents = interface end
public interface IDTSInfoEvents
Le type IDTSInfoEvents expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
FireError | Fires an error. | |
FireInformation | Fires an informational event. | |
FireWarning | Fires a warning. |
Haut de la page