ConnectionManagerAdoNetClass.SupportsDTCTransactions 属性

定义

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

适用于