Condividi tramite


IDTSEventHandlers100.Add(String) Metodo

Definizione

Aggiunge un nuovo evento alla raccolta.

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

Parametri

EventName
String

Nome dell'evento da aggiungere alla raccolta.

Restituisce

Oggetto IDTSEventHandler100 aggiunto alla raccolta.

Attributi

Commenti

Per altre informazioni, vedere DtsEventHandlers.

Si applica a