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。