FireDAC.Comp.Client.TFDCustomConnection.ResourceOptions

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

Delphi

property ResourceOptions: TFDTopResourceOptions read GetResourceOptions write SetResourceOptions;

C++

__property Firedac::Stan::Option::TFDTopResourceOptions* ResourceOptions = {read=GetResourceOptions, write=SetResourceOptions};

プロパティ

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

説明

リソースの使用を制御する一連のデフォルト オプションです。


ResourceOptions プロパティは、コマンドのリソース使用を制御する一連のデフォルト プロパティです。これらのプロパティは、現在の接続に関連付けられたコマンドとデータセットにより継承されます。また、これらのプロパティは、FDManager オブジェクトの ResourceOptions からも値を継承します。

関連項目