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 enthält IDTSInputCollection100 die IDTSInput100 Objekte einer Datenflusskomponente.

Eigenschaften

Name Beschreibung
Count

Erhält die Anzahl der IDTSInput100 Objekte in einer IDTSInputCollection100 Sammlung.

Item[Object]

Erhält das durch den Parameter Index angegebene IDTSInput100 Objekt.

Methoden

Name Beschreibung
FindObjectByID(Int32)

Lokalisiert das angeforderte Objekt in einer Sammlung anhand seiner ID.

FindObjectIndexByID(Int32)

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

GetEnumerator()

Gibt einen Enumerator zurück, der durch ein IDTSInputCollection100iterieren kann.

GetObjectByID(Int32)

Ruft ein IDTSInput100 Objekt aus einer IDTSInputCollection100 Sammlung ab.

GetObjectIndexByID(Int32)

Ruft den Index des IDTSInput100 Objekts in einer Sammlung ab.

New()

Erstellt ein neues IDTSInput100 Objekt und fügt es zu einem IDTSInputCollection100hinzu.

NewAt(Int32)

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

RemoveAll()

Löscht jedes IDTSInput100 Objekt aus einer Sammlung.

RemoveObjectByID(Int32)

Entfernt ein durch seine ID spezifiziertes Eingabeobjekt aus einer Sammlung.

RemoveObjectByIndex(Object)

Löscht ein Eingabeobjekt aus einer Sammlung.

SetIndex(Int32, Int32)

Verändert die Position eines IDTSInput100 Objekts.

Gilt für: