RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRDSConnection.ServerName Property

Specifies the business object.

Pascal
property ServerName: WideString;
C++
__property BSTR ServerName;

Use ServerName to specify the ProgID of the business object to instantiate. The default value is that in the RDSServer.DataFactory property. This is the ProgID of the RDS DataFactory object. The DataFactory allows for execution of queries against any datasource. See the Microsoft Data Store SDK help for more information on the DataFactory object. 

 

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