FireDAC.Phys.IBBase.TFDIBService.UserName
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.