Share via


ConnectionManagerOleDbClass.SupportsDTCTransactions 属性

定义

获取一个布尔值,该值指示连接是否支持 Microsoft 分布式事务处理协调器 (MS DTC) 事务。

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

属性值

如果连接支持 MS DTC 事务,则为 true;否则为 false。

实现

属性

注解

有关详细信息,请参阅 ConnectionManager

适用于