RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOLEnterpriseConnection.BrokerName Property

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

Pascal
property BrokerName: string;
C++
__property AnsiString BrokerName;

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.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!