FireDAC.Phys.IBBase.TFDIBService.UserName

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 UserName: String read FUserName write FUserName;

C++

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

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