IDTSInputCollection100 Schnittstelle

Definition

Enthält eine Auflistung von IDTSInput100-Objekten.

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

Hinweise

Die IDTSInputCollection100 Objekte einer Datenflusskomponente enthalten IDTSInput100 .

Eigenschaften

Count

Ruft die Anzahl von IDTSInput100-Objekten in einer IDTSInputCollection100-Auflistung ab.

Item[Object]

Ruft das vom Index-Parameter angegebene IDTSInput100-Objekt ab.

Methoden

FindObjectByID(Int32)

Sucht das angeforderte Objekt nach seiner ID in einer Auflistung.

FindObjectIndexByID(Int32)

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

GetEnumerator()

Gibt einen Enumerator zurück, der IDTSInputCollection100 durchlaufen kann.

GetObjectByID(Int32)

Ruft ein IDTSInput100-Objekt aus einer IDTSInputCollection100-Auflistung ab.

GetObjectIndexByID(Int32)

Ruft den Index des IDTSInput100-Objekts in einer Auflistung ab.

New()

Erstellt ein neues IDTSInput100-Objekt und fügt es IDTSInputCollection100 hinzu.

NewAt(Int32)

Fügt ein neues Eingabeobjekt am angegebenen Index in einer Auflistung hinzu.

RemoveAll()

Löscht alle IDTSInput100-Objekte aus einer Auflistung.

RemoveObjectByID(Int32)

Entfernt ein durch seine ID angegebenes Eingabeobjekt aus einer Auflistung.

RemoveObjectByIndex(Object)

Löscht ein Eingabeobjekt aus einer Auflistung.

SetIndex(Int32, Int32)

Ändert die Position eines IDTSInput100-Objekts.

Gilt für: