FireDAC.Phys.IBBase.TFDIBRestore.EUAUserName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EUAUserName: String read FEUAUserName write FEUAUserName;

C++

__property System::UnicodeString EUAUserName = {read=FEUAUserName, write=FEUAUserName};

Properties

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

Description

Specifies the EUA user name.

Use the EUAUserName property to specify an InterBase-only user name to authenticate with the EUA user account in the backup file.

See Also