分散トランザクション処理機能 TP1/Extension for .NET Framework 使用の手引
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テーブルで現在使っているレコードの数が返されます。 |
プロパティの詳細
public byte AccessType {get;}Public Property AccessType As Byte
public byte get_AccessType();
public string FileName {get;}Public Property FileName As String
public System.String get_FileName();
public byte IndexType {get;}Public Property IndexType As Byte
public byte get_IndexType();
public int KeyLength {get;}Public Property KeyLength As Integer
public int get_KeyLength();
public int KeyPosition {get;}Public Property KeyPosition As Integer
public int get_KeyPosition();
public byte LoadType {get;}Public Property LoadType As Byte
public byte get_LoadType();
public int RecordLength {get;}Public Property RecordLength As Integer
public int get_RecordLength();
public int RecordMaxNumber {get;}Public Property RecordMaxNumber As Integer
public int get_RecordMaxNumber();
public int TableSecurity {get;}Public Property TableSecurity As Integer
public int get_TableSecurity();
public int TableStatus {get;}Public Property TableStatus As Integer
public int get_TableStatus();
public int UseRecordNumber {get;}Public Property UseRecordNumber As Integer
public int get_UseRecordNumber();
All Rights Reserved. Copyright (C) 2006, Hitachi, Ltd.