IDTSInfoEvents100 介面
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Defines an interface that is used to fire informational, warning, and error events.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
<GuidAttribute("2C64F83B-8E7F-4AC6-9138-75BF363002EE")> _
Public Interface IDTSInfoEvents100
'用途
Dim instance As IDTSInfoEvents100
[GuidAttribute("2C64F83B-8E7F-4AC6-9138-75BF363002EE")]
public interface IDTSInfoEvents100
[GuidAttribute(L"2C64F83B-8E7F-4AC6-9138-75BF363002EE")]
public interface class IDTSInfoEvents100
[<GuidAttribute("2C64F83B-8E7F-4AC6-9138-75BF363002EE")>]
type IDTSInfoEvents100 = interface end
public interface IDTSInfoEvents100
IDTSInfoEvents100 型別公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
FireError | 基礎結構。Fires an error. | |
FireInformation | 基礎結構。Fires an informational event. | |
FireWarning | 基礎結構。Fires a warning. |
上層