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) » QATextMessage インタフェース

 

Text プロパティ

メッセージ・テキストです。

構文
Visual Basic
Public Property Text As String
C#
public string  Text {get;set;}
備考

メッセージのサイズが、QAManager.MAX_IN_MEMORY_MESSAGE_SIZE で指定された最大サイズを超える場合、このプロパティは NULL になります。この場合は、QATextMessage.ReadText メソッドを使用してテキストを読み込みます。

QAManager のプロパティの詳細については、QAnywhere Manager の設定プロパティを参照してください。

参照