API:Datasnap.DBClient.TCustomRemoteServer

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

Data.DB.TCustomConnectionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomRemoteServer

Delphi

TCustomRemoteServer = class(TCustomConnection)

C++

class PASCALIMPLEMENTATION TCustomRemoteServer : public Data::Db::TCustomConnection

プロパティ

種類 可視性 ソース ユニット
class public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient Datasnap.DBClient

説明

TCustomConnection は、データセットをデータのリモート ソースに接続するコンポーネントの基底クラスです。

Datasnap.DBClient.TCustomRemoteServer は Data.DB.TCustomConnection を継承しています。以下の内容はすべて Data.DB.TCustomConnection を参照しています。

TCustomConnection は、データセットをデータのリモート ソースに接続するコンポーネントの基底クラスです。

TCustomConnection は、データセットに含まれるデータのリモート ソースを表すコンポーネントの基底クラスとして使用します。このソースには、リモート データベース サーバー、多層データベース アプリケーションの中間層、インターフェース(ActiveX データ オブジェクト(ADO)によって使用されるものなど)、データセット内で表現される情報を提供するその他のドライバなどがあります。TCustomConnection は以下の機能を提供します。

  • データのソースとの接続または切断を行うメソッド。
  • 接続を確立する際にユーザー名とパスワードを指定するためのログイン サポート。
  • 接続コンポーネントを使用するデータセットを追跡するためのプロパティ。

TCustomConnection のインスタンスを作成しないでください。データのソースへの接続を表すコンポーネントを追加するには、TCustomConnection の下位クラス(TDatabase、TADOConnection、TSQLConnection、DataSnap 接続コンポーネント(TDCOMConnection、TSOAPConnection など)のいずれかなど)を使用します。

関連項目