IDTSConnectionManagerDatabaseParameters100.RetainSameConnection Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Valor da propriedade
true se o gerenciador de conexões reter a mesma conexão; caso contrário, false.
- Atributos