IDTSEventInfos100 Interface

Definition

Represents a collection of IDTSEventInfo100 objects.

public interface class IDTSEventInfos100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("295241AD-6DEF-4E92-A534-EEA4FE65EEE0")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSEventInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("83CAF201-DAAE-49A5-8404-57BD51A6B108")]
public interface IDTSEventInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("05BB8819-958A-46F3-8A62-E1FFFF6C57F0")]
public interface IDTSEventInfos100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("295241AD-6DEF-4E92-A534-EEA4FE65EEE0")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSEventInfos100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("83CAF201-DAAE-49A5-8404-57BD51A6B108")>]
type IDTSEventInfos100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("05BB8819-958A-46F3-8A62-E1FFFF6C57F0")>]
type IDTSEventInfos100 = interface
    interface IEnumerable
Public Interface IDTSEventInfos100
Implements IEnumerable
Attributes
Implements

Properties

Count

Gets the number of elements contained in the collection.

Item[Object]

Gets the IDTSEventInfo100 object from the collection.

Methods

Add(String, String, Boolean, String[], UInt16[], String[])

Adds an IDTSEventInfo100 object to the current collection.

GetEnumerator()

Returns an enumerator for use in iterating over the collection.

Remove(Object)

Removes an IDTSEventInfo100 object from the collection.

Applies to