FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLDriver.Transaction

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Transaction: TFDCustomTransaction read FTransaction write SetTransaction;

C++

__property Firedac::Comp::Client::TFDCustomTransaction* Transaction = {read=FTransaction, write=SetTransaction};

プロパティ

種類 可視性 ソース ユニット
property published
FireDAC.Comp.BatchMove.SQL.pas
FireDAC.Comp.BatchMove.SQL.hpp
FireDAC.Comp.BatchMove.SQL TFDBatchMoveSQLDriver


説明

Transaction プロパティは TFDCustomTransaction オブジェクトの参照を示します。

Transaction プロパティを使用すると、トランザクション オブジェクトの参照を取得または設定できます。トランザクション オブジェクトはデータの読み取り/書き込み操作に使用されます。Transaction プロパティの値は任意指定で、割り当てられていない場合は、接続オブジェクトのトランザクション サービスが使用されます。

メモ: この動作は、InterBase 接続と Firebird 接続の場合にのみ当てはまります。

関連項目