IBX.IBServices.TIBConfigService.EncryptDatabase

提供: RAD Studio API Documentation
移動先: 案内検索

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 データ定義ガイド』を参照してください。

関連項目