Data.DbxDatasnap.TDBXDatasnapProperties.ServerConnection

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.DbxDatasnap.pas
Data.DbxDatasnap.hpp
Unit: Data.DbxDatasnap
Parent: TDBXDatasnapProperties

Delphi

property ServerConnection: string read GetServerConnection write SetServerConnection;

C++

__property System::UnicodeString ServerConnection = {read=GetServerConnection, write=SetServerConnection};

Description

Specifies the DataSnap server connection name that is expected to be used remotely.

The ServerConnection property specifies the DataSnap server connection name that is expected to be used remotely.

Note: The UserName and Password properties are used for the database authentication process.

See Also