FireDAC.Comp.Script.TFDScriptCommand.EngineIntf

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

Delphi

property EngineIntf: IFDScriptEngineIntf read FEngineIntf;

C++

__property _di_IFDScriptEngineIntf EngineIntf = {read=FEngineIntf};

プロパティ

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

説明

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


EngineIntf プロパティを使用して、SQL スクリプト エンジンの非公開 API の参照を取得することができます。これはスクリプト コマンド クラスからしか使用できません。

関連項目