Partilhar via


Propriedade do RDL SqlCeConnectionStringBuilder.Enlist

Obtém ou define um valor que indica se um banco de dados de conexão é aberto com o uso de Enlist.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public Property Enlist As Boolean
    Get
    Set
'Uso
Dim instance As SqlCeConnectionStringBuilder
Dim value As Boolean

value = instance.Enlist

instance.Enlist = value
[BrowsableAttribute(false)]
public bool Enlist { get; set; }
[BrowsableAttribute(false)]
public:
property bool Enlist {
    bool get ();
    void set (bool value);
}
[<BrowsableAttribute(false)>]
member Enlist : bool with get, set
function get Enlist () : boolean
function set Enlist (value : boolean)

Valor da propriedade

Tipo: System.Boolean
true se um banco de dados de conexão for aberto com o uso de Enlist; caso contrário, false.

Consulte também

Referência

SqlCeConnectionStringBuilder Classe

Namespace System.Data.SqlServerCe