IDTSEventHandlers100 Interface

Definition

Represents a collection of IDTSEventHandler100 objects.

public interface class IDTSEventHandlers100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("C6DD845C-015F-4C55-A87D-557EF9E218D2")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSEventHandlers100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("676CA743-7AF5-4638-9710-3323EE8C087C")]
public interface IDTSEventHandlers100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("4596060D-6420-4035-A0AA-C9A361573336")]
public interface IDTSEventHandlers100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("C6DD845C-015F-4C55-A87D-557EF9E218D2")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSEventHandlers100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("676CA743-7AF5-4638-9710-3323EE8C087C")>]
type IDTSEventHandlers100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("4596060D-6420-4035-A0AA-C9A361573336")>]
type IDTSEventHandlers100 = interface
    interface IEnumerable
Public Interface IDTSEventHandlers100
Implements IEnumerable
Attributes
Implements

Properties

Count

Gets the number of elements contained in the collection.

Item[Object]

Gets an IDTSEventHandler100 object from the collection.

Methods

Add(String)

Adds a new event to the collection.

GetEnumerator()

Returns an enumerator for use in iterating over the collection.

Join(IDTSEventHandler100)

Joins a new event handler to the collection.

Remove(Object)

Removes an IDTSEventHandler100 object from the collection.

Applies to