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