IDTSVirtualInputColumnCollection100 Schnittstelle

Definition

Enthält eine Auflistung 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 Auflistung stellt eine IDTSOutputColumn100 Spalte in der IDTSOutput100 vorgelagerten Komponente im Diagramm dar.

Eigenschaften

Count

Ruft die Anzahl der IDTSVirtualInputColumn100-Spalten in einer Auflistung ab.

Item[Object]

Ruft die vom Index-Parameter angegebene IDTSVirtualInputColumn100 ab.

Methoden

FindObjectByID(Int32)

Sucht das angeforderte Objekt nach seiner ID in einer Auflistung.

FindObjectIndexByID(Int32)

Sucht den Index eines angeforderten Objekts nach seiner ID in einer Auflistung.

GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung von IDTSVirtualInputColumn100-Objekten durchlaufen kann.

GetObjectByID(Int32)

Ruft ein IDTSVirtualInputColumn100-Objekt mit der angegebenen ID ab.

GetObjectIndexByID(Int32)

Ruft den Index eines IDTSVirtualInputColumn100-Objekts in der Auflistung ab.

GetVirtualInputColumnByLineageID(Int32)

Ruft ein IDTSVirtualInputColumn100-Objekt aus der Auflistung ab, das über die angegebene LineageID-Eigenschaft verfügt.

GetVirtualInputColumnByName(String, String)

Ruft ein IDTSVirtualInputColumn100-Objekt mit dem angegebenen Namen ab.

SetIndex(Int32, Int32)

Ändert die Position eines IDTSVirtualInputColumn100-Objekts in einer Auflistung.

Gilt für: