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 类

 

ORIGINATOR 字段

此属性名称是指消息发出方的消息存储库 ID。

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

此字段的值为 ias_Originator。

您可以在 QAMessage.GetStringProperty 方法中传递 MessageProperties.ORIGINATOR 以访问相关属性。

另请参见