Интерфейс IDTSInfoEvents

Defines an interface that is used to fire informational, warning, and error events.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Interface IDTSInfoEvents
'Применение
Dim instance As IDTSInfoEvents
public interface IDTSInfoEvents
public interface class IDTSInfoEvents
type IDTSInfoEvents =  interface end
public interface IDTSInfoEvents

Тип IDTSInfoEvents обеспечивает доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод FireError Fires an error.
Открытый метод FireInformation Fires an informational event.
Открытый метод FireWarning Fires a warning.

В начало