FireDAC.Comp.Client.TFDCommand.Connection

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

Delphi

property Connection: TFDCustomConnection read FConnection write SetConnection stored IsCNS;

C++

__property Connection;

プロパティ

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

説明

接続オブジェクトを示します。

FireDAC.Comp.Client.TFDCommand.Connection は FireDAC.Comp.Client.TFDCustomCommand.Connection を継承しています。以下の内容はすべて FireDAC.Comp.Client.TFDCustomCommand.Connection を参照しています。


接続オブジェクトを示します。


Connection プロパティ値は接続オブジェクトを指します。接続オブジェクトは ConnectionName プロパティ値で指定されることもあります。Connection プロパティの値は、Prepare を呼び出す前に指定する必要があります。

関連項目