Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » QAnywhere » QAnywhere リファレンス » QAnywhere .NET API リファレンス » クライアント用 QAnywhere .NET API (.NET 2.0) » MessageProperties クラス

 

STATUS フィールド

このプロパティ名は、メッセージの現在のステータスを示します。

構文
Visual Basic
Public Shared STATUS As String
C#
public const string  STATUS;
備考

プロパティ値のリストについては、StatusCodes 列挙体を参照してください。

このフィールドの値は ias_Status です。

MessageProperties.STATUS を QAMessage.GetIntProperty メソッドに渡して、関連付けられているプロパティにアクセスできます。

参照