Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
从 SAConnectionStringBuilder 实例中删除具有指定键的条目。
Public Overrides Function Remove(ByVal keyword As String) As Boolean
public override bool Remove(string keyword)
keyword 要从此 SAConnectionStringBuilder 中的连接字符串删除的 "键/值" 对的键。
如果连接字符串内存在过键且已被删除,则为 true;如果键不曾存在,则为 false。