IBX.IBDatabaseInfo.TIBDatabaseInfo.NoOfEncryptions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property NoOfEncryptions : Integer read GetNoOfEncryptions;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
IBX.IBDatabaseInfo.pas
IBX.IBDatabaseInfo.hpp
IBX.IBDatabaseInfo TIBDatabaseInfo

Beschreibung

NoOfEncryptions repräsentiert die Anzahl der Verschlüsselungen in der Datenbank.

Weitere Informationen über die InterBase-Verschlüsselung finden Sie im InterBase Data Definition Guide.

Siehe auch