API:IBX.IBDatabase.TIBTablespaceFileSpec

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TIBTablespaceFileSpec = record
    FileName : String;
    Length, Start : Int64;
  end;

C++

struct DECLSPEC_DRECORD TIBTablespaceFileSpec
{
public:
    System::UnicodeString FileName;
    __int64 Length;
    __int64 Start;
};

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 !