共用方式為


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.

上層