FireDAC.Phys.IBBase.TFDIBRestore.EUAUserName

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: TFDIBRestore

Delphi

property EUAUserName: String read FEUAUserName write FEUAUserName;

C++

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

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