Freigeben über


ConnectionManagerAdoNetClass.SupportsDTCTransactions Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob die Verbindung Microsoft Distributed Transaction Coordinator (MS DTC)-Transaktionen unterstützt.

public:
 virtual property bool SupportsDTCTransactions { bool get(); };
[System.Runtime.InteropServices.DispId(3)]
public virtual bool SupportsDTCTransactions { [System.Runtime.InteropServices.DispId(3)] get; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
member this.SupportsDTCTransactions : bool
Public Overridable ReadOnly Property SupportsDTCTransactions As Boolean

Eigenschaftswert

true, wenn die Verbindung MS DTC-Transaktionen unterstützt; andernfalls false.

Implementiert

Attribute

Hinweise

Weitere Informationen finden Sie unter ConnectionManager.

Gilt für: