IDTSEvents100 接口

此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。

For more information, see IDTSEvents.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("D8A34317-D90C-4182-AADB-E339D1AE33D8")> _
Public Interface IDTSEvents100
用法
Dim instance As IDTSEvents100
[GuidAttribute("D8A34317-D90C-4182-AADB-E339D1AE33D8")]
public interface IDTSEvents100
[GuidAttribute(L"D8A34317-D90C-4182-AADB-E339D1AE33D8")]
public interface class IDTSEvents100
[<GuidAttribute("D8A34317-D90C-4182-AADB-E339D1AE33D8")>]
type IDTSEvents100 =  interface end
public interface IDTSEvents100

IDTSEvents100 类型公开以下成员。

方法

  名称 说明
公共方法 OnBreakpointHit 基础结构。For more information, see IDTSEvents.
公共方法 OnCustomEvent 基础结构。For more information, see IDTSEvents.
公共方法 OnError 基础结构。For more information, see IDTSEvents.
公共方法 OnExecutionStatusChanged 基础结构。For more information, see IDTSEvents.
公共方法 OnInformation 基础结构。For more information, see IDTSEvents.
公共方法 OnPostExecute 基础结构。For more information, see IDTSEvents.
公共方法 OnPostValidate 基础结构。For more information, see IDTSEvents.
公共方法 OnPreExecute 基础结构。For more information, see IDTSEvents.
公共方法 OnPreValidate 基础结构。For more information, see IDTSEvents.
公共方法 OnProgress 基础结构。For more information, see IDTSEvents.
公共方法 OnQueryCancel 基础结构。For more information, see IDTSEvents.
公共方法 OnTaskFailed 基础结构。For more information, see IDTSEvents.
公共方法 OnVariableValueChanged 基础结构。For more information, see IDTSEvents.
公共方法 OnWarning 基础结构。For more information, see IDTSEvents.

页首