IBX.IBServices.TIBConfigService.EncryptDatabase
Delphi
procedure EncryptDatabase(encryptionKey : string = '');
C++
void __fastcall EncryptDatabase(System::UnicodeString encryptionKey = System::UnicodeString());
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | IBX.IBServices.pas IBX.IBServices.hpp |
IBX.IBServices | TIBConfigService |
説明
データベース ページをすべて暗号化します。
encryptionKey
は、暗号化キーを示す、任意のパラメータです。
EncryptDatabase は、データベースの所有者のみが呼び出せます。
InterBase の暗号化に関する詳細情報については、『InterBase データ定義ガイド』を参照してください。