DB2®ConnectionStringBuilder.Enlist Property
Gets or sets the value indicating whether automatic enlistment to the Distributed Transaction Coordinator (DTC) is enabled.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public Property Enlist As Boolean
[C#]
public bool Enlist {get; set;}
[C++]
public: __property bool* get_Enlist();
public: __property void set_Enlist(bool*);
[JScript]
public function get Enlist() : Boolean;
public function set Enlist(Boolean);
Property value
true
if
automatic enlistment into a global transaction in enabled; otherwise false
.