The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SqlConnectionStringBuilder::Enlist Property
.NET Framework (current version)
Gets or sets a Boolean value that indicates whether the SQL Server connection pooler automatically enlists the connection in the creation thread's current transaction context.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::BooleanThe value of the Enlist property, or true if none has been supplied.
This property corresponds to the "Enlist" key within the connection string.
.NET Framework
Available since 2.0
Available since 2.0
Show: