API:IBX.IBDatabase.TIBTablespace

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TIBTablespace = record
    TablespaceName : string;
    PageSize : Integer;
    Length : Integer;
    Preallocate : Integer;
    ReserveSpace : Boolean;
    IsEncrypted : Boolean;
    EncryptionKey : String;
    Description : string;
    PageCache : Integer;
    Files : TArray<TIBTablespaceFileSpec>;
  end;

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;
#ifndef _WIN64
    System::DynamicArray<TIBTablespaceFileSpec> Files;
#else /* _WIN64 */
    System::TArray__1<TIBTablespaceFileSpec> Files;
#endif /* _WIN64 */
};

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 !