ConnectionManagerHostClass.SupportsDTCTransactions Property

Definition

Returns a Boolean that indicates if the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions.

public:
 virtual property bool SupportsDTCTransactions { bool get(); };
public virtual bool SupportsDTCTransactions { get; }
member this.SupportsDTCTransactions : bool
Public Overridable ReadOnly Property SupportsDTCTransactions As Boolean

Property Value

true if the connection supports MS DTC transactions; otherwise, false.

Implements

Remarks

For more information, see ConnectionManager.

Applies to