Compartilhar via


Método IDTSEventHandlers100.Add

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Adds a new event to the collection.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Function Add ( _
    EventName As String _
) As IDTSEventHandler100
'Uso
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

Parâmetros

  • EventName
    Tipo: System.String
    The name of the event to add to the collection.

Valor de retorno

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventHandler100
The IDTSEventHandler100 object that was added to the collection.

Comentários

For more information, see DtsEventHandlers.

Consulte também

Referência

IDTSEventHandlers100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper