IDTSEventInfos100 Interface

Définition

Représente une collection d'objets IDTSEventInfo100.

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
Attributs
Implémente

Propriétés

Count

Obtient le nombre d’éléments contenus dans la collection.

Item[Object]

Obtient l'objet IDTSEventInfo100 à partir de la collection.

Méthodes

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

Ajoute un objet IDTSEventInfo100 à la collection actuelle.

GetEnumerator()

Retourne un énumérateur à utiliser pour effectuer une itération au sein de la collection.

Remove(Object)

Supprime de la collection un objet IDTSEventInfo100.

S’applique à