IDTSEvents100 接口
此 API 支持 基础结构,但不能通过代码直接使用。
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. |
页首