IDTSConnectionManagerDatabaseParameters100.RetainSameConnection Proprietà
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.
public:
property bool RetainSameConnection { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(25)]
public bool RetainSameConnection { [System.Runtime.InteropServices.DispId(25)] get; [System.Runtime.InteropServices.DispId(25)] set; }
[<System.Runtime.InteropServices.DispId(25)>]
[<get: System.Runtime.InteropServices.DispId(25)>]
[<set: System.Runtime.InteropServices.DispId(25)>]
member this.RetainSameConnection : bool with get, set
Public Property RetainSameConnection As Boolean
Valore della proprietà
true se la gestione connessione mantiene la stessa connessione; in caso contrario, false.
- Attributi