FireDAC.Phys.ADS.TFDADSRestore.DDPassword

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.ADS.pas
FireDAC.Phys.ADS.hpp
Unit: FireDAC.Phys.ADS
Parent: TFDADSRestore

Delphi

property DDPassword: String read FDDPassword write FDDPassword;

C++

__property System::UnicodeString DDPassword = {read=FDDPassword, write=FDDPassword};

Description

Specify the data dictionary password.

Use the DDPassword property to specify the data dictionary password to use on a restore operation for a dictionary that uses AES encryption.

See Also