EventHandler 接口

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

For more information, see EventHandlerClass.

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

语法

声明
<GuidAttribute("4837F4BE-FC70-458A-8442-AA5266B43E84")> _
Public Interface EventHandler _
    Inherits IDTSEventHandler100
用法
Dim instance As EventHandler
[GuidAttribute("4837F4BE-FC70-458A-8442-AA5266B43E84")]
public interface EventHandler : IDTSEventHandler100
[GuidAttribute(L"4837F4BE-FC70-458A-8442-AA5266B43E84")]
public interface class EventHandler : IDTSEventHandler100
[<GuidAttribute("4837F4BE-FC70-458A-8442-AA5266B43E84")>]
type EventHandler =  
    interface
        interface IDTSEventHandler100
    end
public interface EventHandler extends IDTSEventHandler100