IBX.IBDatabase.TIBTableSpace

提供: RAD Studio API Documentation
移動先: 案内検索

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;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase IBX.IBDatabase

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。