FireDAC.Phys.IBBase.TFDIBService.Host

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Host: String read FHost write SetHost;

C++

__property System::UnicodeString Host = {read=FHost, write=SetHost};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBService

Description

Specifies the host name of the DB server.

Use Host to specify the host name where the DB server is running. This property must be specified for any service operation.

Optionally, for an Interbase server, the InstanceName property can be specified .

See Also