Linguaggio

IDTSInputColumnCollection100 Interfaccia

Definizione

Contiene una raccolta di IDTSInputColumn100 colonne.

public interface class IDTSInputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("8CE41D62-FEAD-4EFF-8810-7463B5A80F4C")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("E53B51EF-A945-4F2D-A4D6-ABD74A9DAFEF")]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("041DA657-647A-47CB-90F4-842D75E90075")]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("8CE41D62-FEAD-4EFF-8810-7463B5A80F4C")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("E53B51EF-A945-4F2D-A4D6-ABD74A9DAFEF")>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("041DA657-647A-47CB-90F4-842D75E90075")>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSInputColumnCollection100
Implements IEnumerable
Attributi
Implementazioni

Commenti

L'elemento IDTSInputColumnCollection100 contiene una raccolta di oggetti IDTSInputColumn100. La collezione offre la possibilità di aggiungere, eliminare ed enumerare gli elementi presenti nella collezione.

Le colonne della collezione vengono tipicamente inserite nella collezione chiamando il SetUsageType metodo dell'interfaccia in tempo di progettazione. Questo metodo imposta la UsageType proprietà di una colonna e la inserisce nella collezione.

Proprietà

Nome Descrizione
Count

Ottiene il numero di colonne contenute in una collezione.

Item[Object]

Ottiene l'oggetto IDTSInputColumn100 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 IDTSInputColumnCollection100.

GetInputColumnByLineageID(Int32)

Recupera un IDTSInputColumn100 oggetto che ha l'ID di linea specificato.

GetInputColumnByName(String, String)

Recupera un IDTSInputColumn100 oggetto con il nome specificato.

GetObjectByID(Int32)

Ottiene l'oggetto IDTSInputColumn100 con l'ID specificato.

GetObjectIndexByID(Int32)

Ottiene l'indice di un IDTSInputColumn100 oggetto che ha l'ID specificato.

New()

Ne crea uno nuovo IDTSInputColumn100 e lo aggiunge a una collezione.

NewAt(Int32)

Crea un nuovo IDTSInputColumn100 oggetto e lo aggiunge a una collezione nell'indice specificato.

RemoveAll()

Elimina ogni IDTSInputColumnCollection100 oggetto in una collezione.

RemoveObjectByID(Int32)

Elimina un IDTSInputColumn100 oggetto specificato da ID.

RemoveObjectByIndex(Object)

Elimina un IDTSInputColumn100 nella posizione specificata nella collezione.

SetIndex(Int32, Int32)

Cambia la posizione di un IDTSInputColumn100 oggetto specificata dal lOldIndex parametro.

Si applica a