Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULConnectionStringBuilder 类

 

ContainsKey 方法

确定 ULConnectionStringBuilder 对象是否包含特定关键字。

语法
Visual Basic
Public Overrides Function ContainsKey( _
   ByVal keyword As String _
) As Boolean
C#
public override bool ContainsKey(
   string  keyword
);
参数
  • keyword   连接关键字的名称。

返回值

如果此连接字符串构建器包含指定关键字的值,则为 true;否则返回 false。

另请参见