IDTSOutputCollection100 Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Contiene una raccolta di oggetti IDTSOutput100.
public interface class IDTSOutputCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("D5BB9EDA-3AD2-434E-A7D5-D8392F918BDA")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("25D398BC-2149-4B72-BF4F-A977617B5AA9")]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("BABB5EC3-2263-44F6-8FF9-FE1006776A14")]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("D5BB9EDA-3AD2-434E-A7D5-D8392F918BDA")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("25D398BC-2149-4B72-BF4F-A977617B5AA9")>]
type IDTSOutputCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("BABB5EC3-2263-44F6-8FF9-FE1006776A14")>]
type IDTSOutputCollection100 = interface
interface IEnumerable
Public Interface IDTSOutputCollection100
Implements IEnumerable
- Attributi
- Implementazioni
Commenti
Questa raccolta contiene gli IDTSOutput100 oggetti di un componente di flusso di dati e contiene anche metodi che permettono di aggiungere, rimuovere ed enumerare output.
Proprietà
| Nome | Descrizione |
|---|---|
| Count |
Ottiene il numero di elementi contenuti in un IDTSOutputCollection100. |
| Item[Object] |
Ottiene l'oggetto IDTSInput100 specificato dal |
Metodi
| Nome | Descrizione |
|---|---|
| FindObjectByID(Int32) |
Localizza l'oggetto richiesto in una collezione tramite il suo ID. |
| FindObjectIndexByID(Int32) |
Localizza l'indice dell'oggetto richiesto nella collezione tramite il suo ID. |
| GetEnumerator() |
Restituisce un enumeratore che può iterare attraverso un IDTSOutputCollection100. |
| GetObjectByID(Int32) |
Recupera un IDTSOutput100 oggetto che ha l'ID specificato. |
| GetObjectIndexByID(Int32) |
Recupera l'indice di un IDTSInput100 che ha l'ID specificato. |
| New() |
Crea un nuovo IDTSOutput100 oggetto e lo aggiunge a un IDTSOutputColumnCollection100. |
| NewAt(Int32) |
Crea un nuovo IDTSOutput100 oggetto e lo aggiunge a una collezione nel punto specificato |
| RemoveAll() |
Elimina ogni IDTSOutput100 oggetto in una collezione. |
| RemoveObjectByID(Int32) |
Elimina un IDTSOutput100 specificato dal |
| RemoveObjectByIndex(Object) |
Elimina un IDTSOutput100 nella posizione specificata. |
| SetIndex(Int32, Int32) |
Cambia la posizione di un IDTSOutput100 oggetto nella collezione. |