Condividi tramite


Interfaccia EventHandler

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see EventHandlerClass.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("A340E71E-B8C0-430E-AB2D-8E39A5D4D323")> _
Public Interface EventHandler _
    Inherits IDTSEventHandler100
'Utilizzo
Dim instance As EventHandler
[GuidAttribute("A340E71E-B8C0-430E-AB2D-8E39A5D4D323")]
public interface EventHandler : IDTSEventHandler100
[GuidAttribute(L"A340E71E-B8C0-430E-AB2D-8E39A5D4D323")]
public interface class EventHandler : IDTSEventHandler100
[<GuidAttribute("A340E71E-B8C0-430E-AB2D-8E39A5D4D323")>]
type EventHandler =  
    interface 
        interface IDTSEventHandler100 
    end
public interface EventHandler extends IDTSEventHandler100

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper