Udostępnij przez


Metoda IDTSEventHandlers100.Add

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji, zobacz temat DtsEventHandlers.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Function Add ( _
    EventName As String _
) As IDTSEventHandler100
'Użycie
Dim instance As IDTSEventHandlers100
Dim EventName As String
Dim returnValue As IDTSEventHandler100

returnValue = instance.Add(EventName)
IDTSEventHandler100 Add(
    string EventName
)
IDTSEventHandler100^ Add(
    [InAttribute] String^ EventName
)
abstract Add : 
        EventName:string -> IDTSEventHandler100 
function Add(
    EventName : String
) : IDTSEventHandler100

Parametry