TamStatusTable構造体 【TP1/Server Base】
TamStatusTable構造体の概要
名前空間
Hitachi.OpenTP1.Server
継承関係
System.Object
+- System.ValueType
+- Hitachi.OpenTP1.Server.TamStatusTable
説明
TamStatusTable構造体は,TAMテーブルの情報を格納します。
TamStatusTable構造体は,TP1/Server BaseのUAPでだけ使えます。TP1/LiNKのUAPでは,TamStatusTable構造体は使えません。
プロパティの一覧
名称 | 説明 |
---|---|
AccessType | TAMテーブルのアクセス形態が返されます。 |
FileName | TAMファイル名が返されます。 |
IndexType | TAMテーブルのインデクス種別が返されます。 |
KeyLength | TAMテーブルのキー長が返されます。 |
KeyPosition | TAMテーブルのデータ内のキー開始位置が返されます。 |
LoadType | TAMテーブルのローディング契機が返されます。 |
RecordLength | TAMテーブルのレコード長が返されます。 |
RecordMaxNumber | TAMテーブルの最大レコード数が返されます。 |
TableSecurity | TAMサービス定義で指定したTAMテーブルのセキュリティ属性が返されます。 |
TableStatus | TAMテーブルの状態が返されます。 |
UseRecordNumber | TAMテーブルで現在使っているレコードの数が返されます。 |
プロパティの詳細
●AccessType
public byte AccessType {get;}
Public Property AccessType As Byte
public byte get_AccessType();
●FileName
public string FileName {get;}
Public Property FileName As String
public System.String get_FileName();
●IndexType
public byte IndexType {get;}
Public Property IndexType As Byte
public byte get_IndexType();
●KeyLength
public int KeyLength {get;}
Public Property KeyLength As Integer
public int get_KeyLength();
●KeyPosition
public int KeyPosition {get;}
Public Property KeyPosition As Integer
public int get_KeyPosition();
●LoadType
public byte LoadType {get;}
Public Property LoadType As Byte
public byte get_LoadType();
●RecordLength
public int RecordLength {get;}
Public Property RecordLength As Integer
public int get_RecordLength();
●RecordMaxNumber
public int RecordMaxNumber {get;}
Public Property RecordMaxNumber As Integer
public int get_RecordMaxNumber();
●TableSecurity
public int TableSecurity {get;}
Public Property TableSecurity As Integer
public int get_TableSecurity();
●TableStatus
public int TableStatus {get;}
Public Property TableStatus As Integer
public int get_TableStatus();
●UseRecordNumber
public int UseRecordNumber {get;}
Public Property UseRecordNumber As Integer
public int get_UseRecordNumber();