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 コマンドの実行を、有効化または無効化します。

デフォルトでは、AllowMultiCommandsTrue に設定されています。

メモ: このプロパティは、マッチング機能を提供するデータベースでのみ機能します:SQLite、PostgreSQL、MySQL。


関連項目