IDTSExecutables100 Interface

Définition

Représente une collection d'objets IDTSExecutable100.

public interface class IDTSExecutables100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("BCD5A6C6-A9F2-4447-8D7D-D89D9C608C07")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSExecutables100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("F4A044DC-2E43-4D52-8105-BD2123AEFEB6")]
public interface IDTSExecutables100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D3A9F10E-4332-4BD2-8BC7-3152976BBAA3")]
public interface IDTSExecutables100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("BCD5A6C6-A9F2-4447-8D7D-D89D9C608C07")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSExecutables100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("F4A044DC-2E43-4D52-8105-BD2123AEFEB6")>]
type IDTSExecutables100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D3A9F10E-4332-4BD2-8BC7-3152976BBAA3")>]
type IDTSExecutables100 = interface
    interface IEnumerable
Public Interface IDTSExecutables100
Implements IEnumerable
Attributs
Implémente

Propriétés

Count

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

Item[Object]

Obtient un objet IDTSExecutable100 de la collection.

Méthodes

Add(String)

Ajoute un nouvel objet conteneur ou de tâche à la collection.

Contains(Object)

Détermine si les éléments de la collection sont accessibles en utilisant l'index en tant que paramètre.

GetEnumerator()

Retourne un énumérateur qui peut itérer au sein de la collection.

Join(IDTSExecutable100)

Ajoute un objet conteneur ou de tâche existant à la collection.

Remove(Object)

Supprime de la collection un objet IDTSExecutable100.

S’applique à