IDTSInputCollection100 Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Contient une collection d'objets IDTSInput100.
public interface class IDTSInputCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("7A65EF9B-E977-4F95-A439-5C6DFB61EC46")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("71BFDC2E-A20F-4258-879B-4D3A81EAB106")]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D8AA4195-2D83-4507-8CFB-7DD5D26550DF")]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("7A65EF9B-E977-4F95-A439-5C6DFB61EC46")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("71BFDC2E-A20F-4258-879B-4D3A81EAB106")>]
type IDTSInputCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D8AA4195-2D83-4507-8CFB-7DD5D26550DF")>]
type IDTSInputCollection100 = interface
interface IEnumerable
Public Interface IDTSInputCollection100
Implements IEnumerable
- Attributs
- Implémente
Remarques
Contient IDTSInputCollection100 les IDTSInput100 objets d’un composant de flux de données.
Propriétés
Count |
Obtient le nombre d'objets IDTSInput100 dans une collection IDTSInputCollection100. |
Item[Object] |
Obtient l'objet IDTSInput100 spécifié par le paramètre |
Méthodes
FindObjectByID(Int32) |
Localise dans une collection l'objet demandé par son ID. |
FindObjectIndexByID(Int32) |
Localise dans une collection l'index de l'objet demandé par son ID. |
GetEnumerator() |
Retourne un énumérateur qui peut effectuer une itération au sein d’un objet IDTSInputCollection100. |
GetObjectByID(Int32) |
Récupère un objet IDTSInput100 d'une collection IDTSInputCollection100. |
GetObjectIndexByID(Int32) |
Récupère l'index de l'objet IDTSInput100 dans une collection. |
New() |
Crée un objet IDTSInput100 et l'ajoute à un objet IDTSInputCollection100. |
NewAt(Int32) |
Ajoute un nouvel objet d'entrée à l'index spécifié dans une collection. |
RemoveAll() |
Supprime chaque objet IDTSInput100 d'une collection. |
RemoveObjectByID(Int32) |
Supprime d'une collection un objet d'entrée spécifié par son ID. |
RemoveObjectByIndex(Object) |
Supprime d'une collection un objet d'entrée. |
SetIndex(Int32, Int32) |
Modifie l'emplacement d'un objet IDTSInput100. |