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

 

PropertyExists 方法

指示是否已为此消息设置了给定属性。

语法
Visual Basic
Public Function PropertyExists( _
   ByVal propName As String _
) As Boolean
C#
public bool PropertyExists(
   string  propName
);
参数
  • propName   属性名称。

返回值

当属性存在时返回 true。