IDTSVirtualInputColumnCollection100 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 de colonnes IDTSVirtualInputColumn100.
public interface class IDTSVirtualInputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0017B41D-CFFF-4BAE-9746-28E13A3FF874")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVirtualInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("6E464A02-FC19-4BC2-B371-EBC026E535E6")]
public interface IDTSVirtualInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("F459FF19-A3FF-4CCC-A1BC-A76D87392B1A")]
public interface IDTSVirtualInputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("0017B41D-CFFF-4BAE-9746-28E13A3FF874")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVirtualInputColumnCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("6E464A02-FC19-4BC2-B371-EBC026E535E6")>]
type IDTSVirtualInputColumnCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("F459FF19-A3FF-4CCC-A1BC-A76D87392B1A")>]
type IDTSVirtualInputColumnCollection100 = interface
interface IEnumerable
Public Interface IDTSVirtualInputColumnCollection100
Implements IEnumerable
- Attributs
- Implémente
Remarques
IDTSVirtualInputColumnCollection100 contient une collection d'objets IDTSVirtualInputColumn100. Chacune des colonnes d’entrée virtuelles de la collection représente une IDTSOutputColumn100 colonne dans le IDTSOutput100 composant en amont du graphique.
Propriétés
Count |
Obtient le nombre de colonnes IDTSVirtualInputColumn100 dans une collection. |
Item[Object] |
Obtient l'objet IDTSVirtualInputColumn100 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 d'un objet demandé par son ID. |
GetEnumerator() |
Retourne un énumérateur qui peut effectuer une itération au sein de la collection d'objets IDTSVirtualInputColumn100. |
GetObjectByID(Int32) |
Obtient un objet IDTSVirtualInputColumn100 associé à l'ID spécifié. |
GetObjectIndexByID(Int32) |
Obtient l'index d'un objet IDTSVirtualInputColumn100 dans la collection. |
GetVirtualInputColumnByLineageID(Int32) |
Obtient un objet IDTSVirtualInputColumn100 de la collection avec la propriété LineageID spécifiée. |
GetVirtualInputColumnByName(String, String) |
Obtient un objet IDTSVirtualInputColumn100 associé au nom spécifié. |
SetIndex(Int32, Int32) |
Modifie l'emplacement d'un objet IDTSVirtualInputColumn100 dans une collection. |