Data.DbxDatasnap.TDBXDatasnapProperties.ServerConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServerConnection: string read GetServerConnection write SetServerConnection;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Data.DbxDatasnap.pas
Data.DbxDatasnap.hpp
Data.DbxDatasnap TDBXDatasnapProperties

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