Datasnap.DBClient.TConnectionBroker.Connection

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

Delphi

property Connection: TCustomRemoteServer read FConnection write SetConnection;

C++

__property TCustomRemoteServer* Connection = {read=FConnection, write=SetConnection};

プロパティ

種類 可視性 ソース ユニット
property published
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TConnectionBroker

説明

アプリケーションサーバーへの接続を確立する接続コンポーネントを指定します。

Connection プロパティは,DataSets プロパティに一覧表示されている全クライアントデータセットのアプリケーションへの接続を確立する接続コンポーネントに設定します。接続ブローカは,DataSets に一覧表示されている各クライアントデータセットの RemoteServer プロパティに Connection の値を設定します。この接続は,アプリケーションサーバーを特定し,その IAppServer インターフェースを取得します。クライアントデータセットは,リモートプロバイダとの接続にそのインターフェースを使用します。

関連項目