IDTSConnectionInfos100 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 informazioni su tutte le connessioni sul computer. La collezione contiene IDTSConnectionInfo100 oggetti che forniscono i dettagli su ogni connessione. La collezione è disponibile tramite la ApplicationClass classe.
public interface class IDTSConnectionInfos100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("58B2CCB9-1B55-46DF-896C-88DB522EEB14")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConnectionInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("4982A417-C160-428A-8F9D-9D5D6D3DE037")]
public interface IDTSConnectionInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("48C73836-7C38-48E4-95CD-CF11EDAC4A66")]
public interface IDTSConnectionInfos100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("58B2CCB9-1B55-46DF-896C-88DB522EEB14")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConnectionInfos100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("4982A417-C160-428A-8F9D-9D5D6D3DE037")>]
type IDTSConnectionInfos100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("48C73836-7C38-48E4-95CD-CF11EDAC4A66")>]
type IDTSConnectionInfos100 = interface
interface IEnumerable
Public Interface IDTSConnectionInfos100
Implements IEnumerable
- Attributi
- Implementazioni
Commenti
Per altre informazioni, vedere ConnectionInfos.
Proprietà
| Nome | Descrizione |
|---|---|
| Count |
Ottiene il numero di IDTSConnectionInfo100 oggetti nell'insieme. |
| Item[Object] |
Ottiene l'oggetto IDTSConnectionInfo100 dalla collezione tramite nome, indice, ID o identità. |
Metodi
| Nome | Descrizione |
|---|---|
| GetEnumerator() |
Restituisce un IEnumerator oggetto che scorre l'insieme IDTSConnectionInfos100 . |