FireDAC.Comp.Script.TFDScriptCommand.Engine

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

Delphi

property Engine: TFDScript read FEngine;

C++

__property TFDScript* Engine = {read=FEngine};

プロパティ

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

説明

SQL スクリプト エンジンの参照を返します。


Engine プロパティを使用して、SQL スクリプト エンジンの参照を取得することができます。

関連項目