FireDAC.Phys.IBBase.TFDIBService.Host

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
Unit: FireDAC.Phys.IBBase
Parent: TFDIBService

Delphi

property Host: String read FHost write SetHost;

C++

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

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