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.

页首