ConnectionManagerBase.SupportsDTCTransactions プロパティ

定義

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

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

プロパティ値

接続で MS DTC トランザクションがサポートされている場合は true。それ以外の場合は false。

適用対象