API:IBX.IBDatabase.TIBTableSpace

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TIBTableSpace = record
    TableSpaceName : string;
    IsEncrypted : Boolean;
    PageCache : Integer;
    PageSize : Integer;
    Description : string;
  end;

C++

struct DECLSPEC_DRECORD TIBTableSpace
{
public:
    System::UnicodeString TableSpaceName;
    bool IsEncrypted;
    int PageCache;
    int PageSize;
    System::UnicodeString Description;
};

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 !