Linguaggio

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 di flusso di dati.

Proprietà

Nome Descrizione
Count

Ottiene il numero di IDTSInput100 oggetti in una IDTSInputCollection100 collezione.

Item[Object]

Ottiene l'oggetto IDTSInput100 specificato dal Index parametro.

Metodi

Nome Descrizione
FindObjectByID(Int32)

Localizza l'oggetto richiesto in una collezione tramite il suo ID.

FindObjectIndexByID(Int32)

Localizza l'indice dell'oggetto richiesto in una collezione tramite il suo ID.

GetEnumerator()

Restituisce un enumeratore che può iterare attraverso un IDTSInputCollection100.

GetObjectByID(Int32)

Recupera un IDTSInput100 oggetto da una IDTSInputCollection100 collezione.

GetObjectIndexByID(Int32)

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

New()

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

NewAt(Int32)

Aggiunge un nuovo oggetto di input all'indice specificato in una collezione.

RemoveAll()

Elimina ogni IDTSInput100 oggetto da una collezione.

RemoveObjectByID(Int32)

Rimuove un oggetto di input specificato dal suo ID da una collezione.

RemoveObjectByIndex(Object)

Elimina un oggetto di input da una collezione.

SetIndex(Int32, Int32)

Cambia la posizione di un IDTSInput100 oggetto.

Si applica a