SqlCeConnectionStringBuilder.Enlist 속성
Enlist를 사용하여 연결 데이터베이스가 열리는지 여부를 나타내는 값을 가져오거나 설정합니다.
네임스페이스: System.Data.SqlServerCe
어셈블리: System.Data.SqlServerCe(System.Data.SqlServerCe.dll)
구문
‘선언
<BrowsableAttribute(False)> _
Public Property Enlist As Boolean
Get
Set
‘사용 방법
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)
속성 값
유형: System.Boolean
Enlist를 사용하여 연결 데이터베이스가 열리면 true이고, 그렇지 않으면 false입니다.