Data.Win.ADODB.TRDSConnection.ServerName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TRDSConnection

Delphi

property ServerName: WideString read FServerName write SetServerName stored FIsAppServer;

C++

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

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