Compartir a través de


IDTSEventHandlers100.Add(String) Método

Definición

Agrega un nuevo evento a la colección.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEventHandler100 ^ Add(System::String ^ EventName);
[System.Runtime.InteropServices.DispId(2)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventHandler100 Add (string EventName);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventHandler100
Public Function Add (EventName As String) As IDTSEventHandler100

Parámetros

EventName
String

El nombre del evento que se va a agregar a la colección.

Devoluciones

El objeto IDTSEventHandler100 que se ha agregado a la colección.

Atributos

Comentarios

Para obtener más información, vea DtsEventHandlers.

Se aplica a