IDTSRuntimeConnectionCollection100 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 IDTSRuntimeConnectionCollection100.
public interface class IDTSRuntimeConnectionCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("739C4140-CDD0-4C4C-A3A9-D6A28CFD3299")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("83C9E3B7-2F3F-457D-8E09-EFAC08AE5A28")]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("21BA6AA3-D747-4391-BFB5-EFE5CE32256C")]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("739C4140-CDD0-4C4C-A3A9-D6A28CFD3299")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRuntimeConnectionCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("83C9E3B7-2F3F-457D-8E09-EFAC08AE5A28")>]
type IDTSRuntimeConnectionCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("21BA6AA3-D747-4391-BFB5-EFE5CE32256C")>]
type IDTSRuntimeConnectionCollection100 = interface
interface IEnumerable
Public Interface IDTSRuntimeConnectionCollection100
Implements IEnumerable
- Attributi
- Implementazioni
Commenti
I componenti del flusso di dati che si connettono a origini dati esterne usano ConnectionManager gli oggetti creati a livello di pacchetto. Questa raccolta viene utilizzata per archiviare i riferimenti alle gestioni connessioni nel pacchetto utilizzato da un componente per accedere a origini dati esterne.
Proprietà
Count |
Restituisce il numero di oggetti IDTSRuntimeConnection100 in una raccolta. |
Item[Object] |
Ottiene l'oggetto IDTSRuntimeConnection100 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 in una raccolta in base al relativo ID. |
GetEnumerator() |
Restituisce un enumeratore in grado di scorrere un oggetto IDTSRuntimeConnectionCollection100. |
GetObjectByID(Int32) |
Recupera un oggetto IDTSRuntimeConnection100 da una raccolta. |
GetObjectIndexByID(Int32) |
Recupera l'indice dell'oggetto IDTSRuntimeConnection100 in una raccolta. |
GetRuntimeConnectionByName(String) |
Recupera la connessione di run-time dell'oggetto IDTSRuntimeConnection100 in base al nome. |
New() |
Crea un nuovo oggetto IDTSRuntimeConnection100 e lo aggiunge a una raccolta. |
NewAt(Int32) |
Aggiunge una nuova connessione di run-time nella posizione specificata in una raccolta. |
RemoveAll() |
Elimina ogni oggetto IDTSRuntimeConnection100 da una raccolta. |
RemoveObjectByID(Int32) |
Rimuove l'oggetto connessione specificato da una raccolta. |
RemoveObjectByIndex(Object) |
Elimina da una raccolta la connessione di run-time nella posizione di indice specificata. |
SetIndex(Int32, Int32) |
Modifica il percorso dell'oggetto connessione di run-time in una raccolta. |