Condividi tramite


IDTSInputColumnCollection100 Interfaccia

Definizione

Contiene una raccolta di colonne IDTSInputColumn100.

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 raccolta consente di aggiungere, eliminare ed enumerare gli elementi nella raccolta.

Le colonne dell'insieme vengono in genere inserite nella raccolta chiamando il SetUsageType metodo dell'interfaccia della fase di progettazione. Questo metodo imposta la UsageType proprietà di una colonna e la inserisce nell'insieme.

Proprietà

Count

Ottiene il numero di colonne contenute in una raccolta.

Item[Object]

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

GetInputColumnByLineageID(Int32)

Recupera un oggetto IDTSInputColumn100 con l'ID di derivazione specificato.

GetInputColumnByName(String, String)

Recupera un oggetto IDTSInputColumn100 con il nome specificato.

GetObjectByID(Int32)

Ottiene l'oggetto IDTSInputColumn100 con l'ID specificato.

GetObjectIndexByID(Int32)

Ottiene l'indice di un oggetto IDTSInputColumn100 con l'ID specificato.

New()

Crea un nuovo oggetto IDTSInputColumn100 e lo aggiunge a una raccolta.

NewAt(Int32)

Crea un nuovo oggetto IDTSInputColumn100 e lo aggiunge a una raccolta nella posizione di indice specificata.

RemoveAll()

Elimina ogni oggetto IDTSInputColumnCollection100 in una raccolta.

RemoveObjectByID(Int32)

Elimina un oggetto IDTSInputColumn100 specificato mediante ID.

RemoveObjectByIndex(Object)

Elimina un oggetto IDTSInputColumn100 in corrispondenza della posizione specificata nella raccolta.

SetIndex(Int32, Int32)

Modifica la posizione di un oggetto IDTSInputColumn100 specificato dal parametro lOldIndex.

Si applica a