IDTSConnectionManager100 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 utilizzati per gestire la connessione a una fonte di dati.
public interface class IDTSConnectionManager100
[System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConnectionManager100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")]
public interface IDTSConnectionManager100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")]
public interface IDTSConnectionManager100
[<System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConnectionManager100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")>]
type IDTSConnectionManager100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")>]
type IDTSConnectionManager100 = interface
Public Interface IDTSConnectionManager100
- Derivato
- Attributi
Commenti
Per altre informazioni, vedere ConnectionManager.
Proprietà
| Nome | Descrizione |
|---|---|
| ConnectionString |
Ottiene o imposta la stringa di connessione usata per stabilire una connessione con una sorgente di dati. |
| ProtectionLevel |
Ottiene o imposta il livello di crittografia eseguito sui dati sensibili contenuti nel pacchetto. |
| Scope |
Ottiene l'ambito del connection manager. |
| SupportsDTCTransactions |
Ottiene un booleano che indica se la connessione supporta transazioni del Microsoft Distributed Transaction Coordinator (MS DTC). |
Metodi
| Nome | Descrizione |
|---|---|
| AcquireConnection(Object) |
Crea un'istanza del tipo di connessione. |
| ReleaseConnection(Object) |
Libera la connessione stabilita durante AcquireConnection(Object). Può essere chiamato sia al momento della progettazione che a runtime. |
| SetQualifier(String) |
Modifica un qualificatore nel connection manager dopo che il connection manager è stato creato ma prima che venga utilizzato in un pacchetto in esecuzione. |
| Validate(IDTSInfoEvents100) |
Valida la connessione e restituisce un'enumerazione che indica successo o fallimento. |