FireDAC.Stan.Option.TFDSecurityOptions.AllowMultiCommands

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

Delphi

property AllowMultiCommands: Boolean read GetAllowMultiCommands

C++

__property bool AllowMultiCommands = {read=GetAllowMultiCommands, write=SetAllowMultiCommands, stored=IsAMCS, default=1};

プロパティ

種類 可視性 ソース ユニット
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDSecurityOptions


説明

単一クエリで、複数の SQL コマンドを実行するオプションを、有効または無効にします。

互換性の理由により、AllowMultiCommands はデフォルトで True になっています。

メモ: 単一クエリでの複数 SQL コマンドの実行は、基礎となるデータベース ドライバのサポートに依存するため、AllowMultiCommands 設定は、一致する機能を提供する次のデータベースでのみ機能します: SQLite、PostgreSQL、MySQL。

関連項目