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 oggetti di un componente del flusso di dati e contiene anche metodi che consentono l'aggiunta IDTSOutput100 , la rimozione e l'enumerazione degli output.
Proprietà
Count |
Ottiene il numero di elementi contenuti in IDTSOutputCollection100. |
Item[Object] |
Ottiene l'oggetto IDTSInput100 specificato dal parametro |
Metodi
FindObjectByID(Int32) |
Individua l'oggetto richiesto in una raccolta in base al relativo ID. |
FindObjectIndexByID(Int32) |
Individua l'indice dell'oggetto richiesto nella raccolta in base al relativo ID. |
GetEnumerator() |
Restituisce un enumeratore in grado di scorrere un oggetto IDTSOutputCollection100. |
GetObjectByID(Int32) |
Recupera un oggetto IDTSOutput100 con l'ID specificato. |
GetObjectIndexByID(Int32) |
Recupera l'indice di un oggetto IDTSInput100 con l'ID specificato. |
New() |
Crea un nuovo oggetto IDTSOutput100 e lo aggiunge a un oggetto IDTSOutputColumnCollection100. |
NewAt(Int32) |
Crea un nuovo oggetto IDTSOutput100 e lo aggiunge a una raccolta nella posizione |
RemoveAll() |
Elimina ogni oggetto IDTSOutput100 in una raccolta. |
RemoveObjectByID(Int32) |
Elimina un oggetto IDTSOutput100 specificato dal parametro |
RemoveObjectByIndex(Object) |
Elimina un oggetto IDTSOutput100 nella posizione specificata. |
SetIndex(Int32, Int32) |
Modifica la posizione di un oggetto IDTSOutput100 nella raccolta. |