IDTSInputColumnCollection100 Interface

Définition

Contient une collection de colonnes IDTSInputColumn100.

public interface class IDTSInputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("8CE41D62-FEAD-4EFF-8810-7463B5A80F4C")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("E53B51EF-A945-4F2D-A4D6-ABD74A9DAFEF")]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("041DA657-647A-47CB-90F4-842D75E90075")]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("8CE41D62-FEAD-4EFF-8810-7463B5A80F4C")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("E53B51EF-A945-4F2D-A4D6-ABD74A9DAFEF")>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("041DA657-647A-47CB-90F4-842D75E90075")>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSInputColumnCollection100
Implements IEnumerable
Attributs
Implémente

Remarques

IDTSInputColumnCollection100 contient une collection d'objets IDTSInputColumn100. La collection permet d’ajouter, de supprimer et d’énumérer les éléments de la collection.

Les colonnes de la collection sont généralement insérées dans la collection en appelant la SetUsageType méthode de l’interface de temps de conception. Cette méthode définit la UsageType propriété d’une colonne et la place dans la collection.

Propriétés

Count

Obtient le nombre de colonnes contenues dans une collection.

Item[Object]

Obtient l'objet IDTSInputColumn100 spécifié par le paramètre Index.

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 IDTSInputColumnCollection100.

GetInputColumnByLineageID(Int32)

Récupère un objet IDTSInputColumn100 associé à l'ID de lignage spécifié.

GetInputColumnByName(String, String)

Récupère un objet IDTSInputColumn100 associé au nom spécifié.

GetObjectByID(Int32)

Obtient l'objet IDTSInputColumn100 associé à l'ID spécifié.

GetObjectIndexByID(Int32)

Obtient l’index d’un objet IDTSInputColumn100 ayant l’ID spécifié.

New()

Crée un objet IDTSInputColumn100 et l'ajoute à une collection.

NewAt(Int32)

Crée un objet IDTSInputColumn100 et l'ajoute à une collection à l'index spécifié.

RemoveAll()

Supprime d'une collection tous les objets IDTSInputColumnCollection100.

RemoveObjectByID(Int32)

Supprime un objet IDTSInputColumn100 spécifié par ID.

RemoveObjectByIndex(Object)

Supprime de la collection un objet IDTSInputColumn100 à l'emplacement spécifié.

SetIndex(Int32, Int32)

Modifie l'emplacement d'un objet IDTSInputColumn100 spécifié par le paramètre lOldIndex.

S’applique à