Share via


IDTSEventHandlers100.Add(String) Méthode

Définition

Ajoute un nouvel événement à la collection.

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

Paramètres

EventName
String

Nom de l'événement à ajouter à la collection.

Retours

Objet IDTSEventHandler100 ajouté à la collection.

Attributs

Remarques

Pour plus d’informations, consultez DtsEventHandlers.

S’applique à