FireDAC.Phys.IBBase.TFDIBService.Password

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Password: String read FPassword write FPassword;

C++

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

Properties

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

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