Datasnap.Win.ObjBrkr.TServerItem.ComputerName

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

Delphi

property ComputerName: string read FComputerName write FComputerName;

C++

__property System::UnicodeString ComputerName = {read=FComputerName, write=FComputerName};

プロパティ

種類 可視性 ソース ユニット
property published
Datasnap.Win.ObjBrkr.pas
Datasnap.Win.ObjBrkr.hpp
Datasnap.Win.ObjBrkr TServerItem

説明

アプリケーションサーバーが存在するマシンを表します。

ComputerName プロパティには,アプリケーションサーバーが存在するマシンを表す文字列を設定します。この文字列の値は,オブジェクトブローカからこの値を要求する接続コンポーネントの種類によって異なります。

接続コンポーネントが TDCOMConnection オブジェクトの場合,ComputerName は Windows コンピュータ名(この値は,コントロールパネルのネットワーク設定で見つかる)。

接続コンポーネントが TSocketConnection オブジェクトの場合,ComputerName はアプリケーションサーバーが動作しているシステムのホスト名または IP アドレス。ソケット接続コンポーネントはこの文字列を解析してマシンを判別する。

接続コンポーネントが TWebConnection または TSoapConnection オブジェクトの場合,ComputerName は,アプリケーションサーバーとともにシステム上で稼動しているディスパッチャ(httpsrvr.dll または soapsrvr.dll)の URL。

関連項目