ConnectionManagerBase.SupportsDTCTransactions プロパティ

定義

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

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

プロパティ値

接続がMS DTCトランザクションをサポートしている場合はtrueです。そうでなければ、誤りです。

適用対象