FireDAC.Comp.Script.TFDScript.CurrentCommand

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

Delphi

property CurrentCommand: TFDScriptCommand read FCurrentCommand;

C++

__property TFDScriptCommand* CurrentCommand = {read=FCurrentCommand};

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScript

説明

SQL スクリプトの現在のコマンドの参照です。


CurrentCommand プロパティを使用すると、SQL スクリプトの現在の制御コマンドの参照を取得できます。

関連項目