IBX.IBDatabaseInfo.TIBDatabaseInfo.NoOfEncryptions

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

Delphi

property NoOfEncryptions : Integer read GetNoOfEncryptions;

C++

__property int NoOfEncryptions = {read=GetNoOfEncryptions, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
IBX.IBDatabaseInfo.pas
IBX.IBDatabaseInfo.hpp
IBX.IBDatabaseInfo TIBDatabaseInfo


説明

NoOfEncryptions は、データベース内の暗号化の数を表します。

InterBase の暗号化に関する詳細情報については、『InterBase データ定義ガイド』を参照してください。

関連項目