Add-Methode
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
For more information, see DtsEventHandlers.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function Add ( _
EventName As String _
) As IDTSEventHandler100
'Usage
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
Parameter
- EventName
Typ: System. . :: . .String
Rückgabewert
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSEventHandler100