IDTSInputCollection100 Interfaccia

Definizione

Contiene una raccolta di oggetti IDTSInput100.

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
Attributi
Implementazioni

Commenti

Contiene IDTSInputCollection100 gli IDTSInput100 oggetti di un componente del flusso di dati.

Proprietà

Count

Ottiene il numero di oggetti IDTSInput100 in una raccolta IDTSInputCollection100.

Item[Object]

Ottiene l'oggetto IDTSInput100 specificato dal parametro Index.

Metodi

FindObjectByID(Int32)

Individua l'oggetto richiesto in una raccolta in base al relativo ID.

FindObjectIndexByID(Int32)

Individua l'indice dell'oggetto richiesto in una raccolta in base al relativo ID.

GetEnumerator()

Restituisce un enumeratore in grado di scorrere un oggetto IDTSInputCollection100.

GetObjectByID(Int32)

Recupera un oggetto IDTSInput100 da una raccolta IDTSInputCollection100.

GetObjectIndexByID(Int32)

Recupera l'indice dell'oggetto IDTSInput100 in una raccolta.

New()

Crea un nuovo oggetto IDTSInput100 e lo aggiunge a un oggetto IDTSInputCollection100.

NewAt(Int32)

Aggiunge un nuovo oggetto di input in corrispondenza dell'indice specificato in una raccolta.

RemoveAll()

Elimina ogni oggetto IDTSInput100 da una raccolta.

RemoveObjectByID(Int32)

Rimuove un oggetto di input specificato dal relativo ID da una raccolta.

RemoveObjectByIndex(Object)

Elimina un oggetto di input da una raccolta.

SetIndex(Int32, Int32)

Modifica la posizione di un oggetto IDTSInput100.

Si applica a