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 da utilizzare su una raccolta di gestioni 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à
| Count |
Ottiene il numero di elementi contenuti nella raccolta. |
| Item[Object] |
Restituisce la gestione connessione con la chiave specificata. |
Metodi
| Add(String) |
Aggiunge alla raccolta la gestione connessione del tipo di connessione specificato. |
| AddFromXML(Object, IDTSEvents100) |
Aggiunge alla raccolta la gestione connessione serializzata nel documento XML. |
| Contains(Object) |
Determina se la raccolta contiene la gestione connessione con la chiave specificata. |
| GetEnumerator() |
Ottiene un enumeratore con cui è possibile scorrere la raccolta. |
| Join(IDTSConnectionManager100) |
Crea un join tra la gestione connessione specificata e questa raccolta. |
| Remove(Object) |
Rimuove la gestione connessione dalla raccolta. |