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

 

PropertyExists 方法

检查是否有用于给定属性的值。

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

返回值

如果消息存储库具有映射到属性的值,则返回 true;否则为 false。

异常
另请参见