Datasnap.Win.MConnect.TOLEnterpriseConnection.BrokerName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.Win.MConnect.pas
Datasnap.Win.MConnect.hpp
Unit: Datasnap.Win.MConnect
Parent: TOLEnterpriseConnection

Delphi

property BrokerName: string read FBrokerName write SetBrokerName;

C++

__property System::UnicodeString BrokerName = {read=FBrokerName, write=SetBrokerName};

Description

Specifies the name of the Business Object Broker that locates the application server.

Use BrokerName to specify the OLEnterprise Business Object Broker with which the application server is registered. The Business Object Broker locates an available application server with the name specified by the ServerName property.

If you are not using the Business Object Broker, use the ComputerName property instead. You must specify a value for either BrokerName or ComputerName:

Note: Setting the value of BrokerName changes the ComputerName property to blank, and vice versa.

See Also