FireDAC.Phys.IBBase.TFDIBService.UserName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UserName: String read FUserName write FUserName;

C++

__property System::UnicodeString UserName = {read=FUserName, write=FUserName};

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 name with which to connect to the DB server.

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

See Also