API:FireDAC.Comp.Client.TFDEventAlerter.Connection

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

Delphi

property Connection: TFDCustomConnection read FConnection write SetConnection;

C++

__property Connection;

プロパティ

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

説明

DBMS への接続を実際に形成する、接続コンポーネントを示します。

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

DBMS への接続を実際に形成する、接続コンポーネントを示します。

Connection をDBMS への接続を確立する接続コンポーネントに設定します。イベント アラータがアクティブである間に Connection プロパティ値を変更すると、そのイベントを登録解除します。

関連項目