Interfaccia IDTSInfoEvents
Defines an interface that is used to fire informational, warning, and error events.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Interface IDTSInfoEvents
'Utilizzo
Dim instance As IDTSInfoEvents
public interface IDTSInfoEvents
public interface class IDTSInfoEvents
type IDTSInfoEvents = interface end
public interface IDTSInfoEvents
Nel tipo IDTSInfoEvents sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
FireError | Fires an error. | |
FireInformation | Fires an informational event. | |
FireWarning | Fires a warning. |
In alto