Data.Win.ADODB.TRDSConnection.ServerName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServerName: WideString read FServerName write SetServerName stored FIsAppServer;

C++

__property System::WideString ServerName = {read=FServerName, write=SetServerName, stored=FIsAppServer};

Properties

Type Visibility Source Unit Parent
property published
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TRDSConnection

Description

Specifies the business object.

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.

See Also