确定 ULConnectionStringBuilder 对象是否包含特定关键字。
Visual Basic Public Overrides Function ContainsKey( _ ByVal keyword As String _ ) As Boolean
C# public override bool ContainsKey( string keyword );
keyword 连接关键字的名称。
如果此连接字符串构建器包含指定关键字的值,则为 true;否则返回 false。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |