IDTSEventHandlers100.Add(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a new event to the 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
Parameters
- EventName
- String
The name of the event to add to the collection.
Returns
The IDTSEventHandler100 object that was added to the collection.
- Attributes
Remarks
For more information, see DtsEventHandlers.