IDTSComponentEvents100 介面
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
For more information, see IDTSComponentEvents.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
<GuidAttribute("578B8233-3175-4428-999D-4655BBE3E1E3")> _
Public Interface IDTSComponentEvents100 _
Inherits IDTSInfoEvents100
'用途
Dim instance As IDTSComponentEvents100
[GuidAttribute("578B8233-3175-4428-999D-4655BBE3E1E3")]
public interface IDTSComponentEvents100 : IDTSInfoEvents100
[GuidAttribute(L"578B8233-3175-4428-999D-4655BBE3E1E3")]
public interface class IDTSComponentEvents100 : IDTSInfoEvents100
[<GuidAttribute("578B8233-3175-4428-999D-4655BBE3E1E3")>]
type IDTSComponentEvents100 =
interface
interface IDTSInfoEvents100
end
public interface IDTSComponentEvents100 extends IDTSInfoEvents100
IDTSComponentEvents100 型別公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
FireBreakpointHit | 基礎結構。For more information, see IDTSComponentEvents. | |
FireCustomEvent | 基礎結構。For more information, see IDTSComponentEvents. | |
FireError(Int32, String, String, String, Int32, Boolean%) | 基礎結構。For more information, see IDTSComponentEvents. | |
FireError(Int32, String, String, String, Int32, Boolean%) | 基礎結構。For more information, see IDTSInfoEvents. (繼承自 IDTSInfoEvents100。) | |
FireInformation(Int32, String, String, String, Int32, Boolean%) | 基礎結構。For more information, see IDTSComponentEvents. | |
FireInformation(Int32, String, String, String, Int32, Boolean%) | 基礎結構。For more information, see IDTSInfoEvents. (繼承自 IDTSInfoEvents100。) | |
FireProgress | 基礎結構。For more information, see IDTSComponentEvents. | |
FireQueryCancel | 基礎結構。For more information, see IDTSComponentEvents. | |
FireWarning(Int32, String, String, String, Int32) | 基礎結構。For more information, see IDTSComponentEvents. | |
FireWarning(Int32, String, String, String, Int32) | 基礎結構。For more information, see IDTSInfoEvents. (繼承自 IDTSInfoEvents100。) |
上層