IDTSVirtualInputColumnCollection100 Schnittstelle

Definition

Enthält eine Sammlung von IDTSVirtualInputColumn100 Spalten.

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
Attribute
Implementiert

Hinweise

IDTSVirtualInputColumnCollection100 enthält eine Auflistung von IDTSVirtualInputColumn100-Objekten. Jede der virtuellen Eingabespalten in der Sammlung stellt eine IDTSOutputColumn100 Spalte in der einer IDTSOutput100 vorgelagerten Komponente im Graphen dar.

Eigenschaften

Name Beschreibung
Count

Erhält die Anzahl der IDTSVirtualInputColumn100 Spalten in einer Sammlung.

Item[Object]

Erhält das durch den Parameter IDTSVirtualInputColumn100 angegebene ParameterIndex.

Methoden

Name Beschreibung
FindObjectByID(Int32)

Lokalisiert das angeforderte Objekt in einer Sammlung anhand seiner ID.

FindObjectIndexByID(Int32)

Lokalisiert den Index eines angeforderten Objekts in einer Sammlung anhand seiner ID.

GetEnumerator()

Gibt einen Enumerator zurück, der durch die Sammlung der IDTSVirtualInputColumn100 Objekte iterieren kann.

GetObjectByID(Int32)

Erhält ein IDTSVirtualInputColumn100 Objekt mit der angegebenen ID.

GetObjectIndexByID(Int32)

Erhält den Index eines IDTSVirtualInputColumn100 Objekts in der Sammlung.

GetVirtualInputColumnByLineageID(Int32)

Erhält ein IDTSVirtualInputColumn100 Objekt aus der Sammlung mit der angegebenen LineageID Eigenschaft.

GetVirtualInputColumnByName(String, String)

Erhält ein IDTSVirtualInputColumn100 Objekt mit dem angegebenen Namen.

SetIndex(Int32, Int32)

Verändert die Position eines IDTSVirtualInputColumn100 Objekts in einer Sammlung.

Gilt für: