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 (.NET 2.0) » MessageProperties 类

 

STATUS_TIME 字段

此属性名称是指消息转为其当前状态的时间。

语法
Visual Basic
Public Shared STATUS_TIME As String
C#
public const string  STATUS_TIME;
注释

它为本地时间。当 STATUS_TIME 传递给 QAMessage.GetProperty 时,它会返回一个 DateTime 对象。此字段的值为 ias_StatusTime。

另请参见