Udostępnij przez


EventHandler Interface

This interface supports the SQL Server 2008 infrastructure and is not intended to be used directly from your code.

For more information, see EventHandlerClass.

Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in microsoft.sqlserver.dtsruntimewrap.dll)

Syntax

'Deklaracja
<GuidAttribute("4837F4BE-FC70-458A-8442-AA5266B43E84")> _
<CoClassAttribute(GetType(EventHandlerClass))> _
Public Interface EventHandler
    Inherits IDTSEventHandler100
[GuidAttribute("4837F4BE-FC70-458A-8442-AA5266B43E84")] 
[CoClassAttribute(typeof(EventHandlerClass))] 
public interface EventHandler : IDTSEventHandler100
[GuidAttribute(L"4837F4BE-FC70-458A-8442-AA5266B43E84")] 
[CoClassAttribute(typeof(EventHandlerClass))] 
public interface class EventHandler : IDTSEventHandler100
/** @attribute GuidAttribute("4837F4BE-FC70-458A-8442-AA5266B43E84") */ 
/** @attribute CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.EventHandlerClass) */ 
public interface EventHandler extends IDTSEventHandler100
GuidAttribute("4837F4BE-FC70-458A-8442-AA5266B43E84") 
CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.EventHandlerClass) 
public interface EventHandler extends IDTSEventHandler100

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.