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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据访问 API » SQL Anywhere .NET 2.0 API 参考 » iAnywhere.Data.SQLAnywhere 命名空间 (.NET 2.0) » SAConnectionStringBuilderBase 类

 

Remove 方法

从 SAConnectionStringBuilder 实例中删除具有指定键的条目。

语法
Visual Basic

Public Overrides Function Remove( _
   ByVal keyword As String _
) As Boolean
C#

public override bool Remove(
   string  keyword
);
参数
  • keyword   要从此 SAConnectionStringBuilder 中的连接字符串删除的 "键/值" 对的键。

返回值

如果连接字符串内存在过键且已被删除,则为 true;如果键不曾存在,则为 false。

另请参见