ConnectionManagerBase.SupportsDTCTransactions Property

Definition

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

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

Property Value

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

Applies to