FireDAC.Phys.IBBase.TFDIBService.Password

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 Password: String read FPassword write FPassword;

C++

__property System::UnicodeString Password = {read=FPassword, write=FPassword};

Description

Specifies the SQL user password with which to connect to the DB server.

Use the Password property to specify the SQL user password with which to connect to the DB server. This property must be specified for any service operation.

See Also