Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value that indicates whether a connection database is opened by using Enlist.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property Enlist As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if a connection database is opened by using Enlist, otherwise, false.