IDTSConnections100 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.
Fornisce proprietà e metodi per lavorare su una raccolta di gestori di connessione.
public interface class IDTSConnections100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0AC6B94B-9159-4B01-9BFF-A970CDE56774")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConnections100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1C3948FA-FAAA-4A94-AC6B-25BF62132A47")]
public interface IDTSConnections100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1A72DB26-B683-45B0-B47E-FC609FF2235F")]
public interface IDTSConnections100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("0AC6B94B-9159-4B01-9BFF-A970CDE56774")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConnections100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1C3948FA-FAAA-4A94-AC6B-25BF62132A47")>]
type IDTSConnections100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1A72DB26-B683-45B0-B47E-FC609FF2235F")>]
type IDTSConnections100 = interface
interface IEnumerable
Public Interface IDTSConnections100
Implements IEnumerable
- Attributi
- Implementazioni
Commenti
Per altre informazioni, vedere Connections.
Proprietà
| Nome | Descrizione |
|---|---|
| Count |
Ottiene il numero di elementi contenuti nell'insieme. |
| Item[Object] |
Restituisce il gestore di connessione con la chiave specificata. |
Metodi
| Nome | Descrizione |
|---|---|
| Add(String) |
Aggiunge il gestore di connessione del tipo di connessione specificato alla collezione. |
| AddFromXML(Object, IDTSEvents100) |
Aggiunge il gestore di connessione che era serializzato nel documento XML alla collezione. |
| Contains(Object) |
Determina se la collezione contiene il gestore di connessione con la chiave specificata. |
| GetEnumerator() |
Ottiene un enumeratore che scorre l'insieme. |
| Join(IDTSConnectionManager100) |
Unisce il gestore di connessione specificato a questa collezione. |
| Remove(Object) |
Rimuove il gestore di connessione dalla collezione. |