Share via


ConnectionManagerAdoClass.SupportsDTCTransactions プロパティ

定義

接続が Microsoft 分散トランザクション コーディネーター (MS DTC) トランザクションをサポートするかどうかを示す Boolean を返します。

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

プロパティ値

接続が Microsoft 分散トランザクション コーディネーター (MS DTC) トランザクションをサポートしている場合は True。それ以外の場合は false。

実装

属性

適用対象