FireDAC.Comp.Client.TFDCustomCommand.Connection

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

Delphi

property Connection: TFDCustomConnection read FConnection write SetConnection stored IsCNS;

C++

__property TFDCustomConnection* Connection = {read=FConnection, write=SetConnection, stored=IsCNS};

プロパティ

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

説明

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


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

関連項目