IBX.IBDatabase.TIBTablespace

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TIBTablespace = record

C++

struct DECLSPEC_DRECORD TIBTablespace
{
public:
    System::UnicodeString TablespaceName;
    int PageSize;
    int Length;
    int Preallocate;
    bool ReserveSpace;
    bool IsEncrypted;
    System::UnicodeString EncryptionKey;
    System::UnicodeString Description;
    int PageCache;
    System::DynamicArray<TIBTablespaceFileSpec> Files;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase IBX.IBDatabase

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !