Datasnap.Win.MConnect.TOLEnterpriseConnection.BrokerName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BrokerName: string read FBrokerName write SetBrokerName;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Datasnap.Win.MConnect.pas
Datasnap.Win.MConnect.hpp
Datasnap.Win.MConnect TOLEnterpriseConnection

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