Datasnap.DSCommonServer.TDSServerConnection.Create

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

Delphi

constructor Create(const Builder: TDBXConnectionBuilder); overload;
constructor Create(const Properties: TDBXProperties; const AServer: TDSCustomServer); overload;

C++

__fastcall TDSServerConnection(Data::Dbxcommon::TDBXConnectionBuilder* const Builder)/* overload */;
__fastcall TDSServerConnection(Data::Dbxcommon::TDBXProperties* const Properties, TDSCustomServer* const AServer)/* overload */;

プロパティ

種類 可視性 ソース ユニット
constructor public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSServerConnection

説明

TDBXConnection のインスタンスを作成します。

Datasnap.DSCommonServer.TDSServerConnection.Create は Data.DBXCommon.TDBXConnection.Create を継承しています。以下の内容はすべて Data.DBXCommon.TDBXConnection.Create を参照しています。

TDBXConnection のインスタンスを作成します。

このコンストラクタは,TDBXConnection のインスタンスを作成して初期化します。

関連項目