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. |
上層