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) » QATextMessage 接口

 

Text 属性

消息文本。

语法
Visual Basic
Public Property Text As String
C#
public string  Text {get;set;}
注释

如果消息大小超出 QAManager.MAX_IN_MEMORY_MESSAGE_SIZE 指定的最大值,则此属性为空值。在这种情况下,使用 QATextMessage.ReadText 方法读取文本。

有关 QAManager 属性的详细信息,请参见QAnywhere Manager 配置属性

另请参见