Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
从此 SAConnectionStringBuilder 中检索与所提供的键对应的值。
Public Overrides Function TryGetValue( ByVal keyword As String, ByVal value As Object ) As Boolean
public override bool TryGetValue(string keyword, out object value)
keyword 要检索的项目的键。
value 与关键字对应的值。
如果在连接字符串内找到了关键字,则为 true;否则为 false。