Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
SAConnectionStringBuilder オブジェクトに特定のキーワードが含まれているかどうかを判断します。
Public Overrides Function ContainsKey( ByVal keyword As String ) As Boolean
public override bool ContainsKey(string keyword)
keyword SAConnectionStringBuilder 内で検索するキーワード。
keyword に関連する値が設定されている場合は true、設定されていない場合は false。
次の文は、SAConnectionStringBuilder オブジェクトに UserID キーワードが含まれているかどうかを判断します。
connectString.ContainsKey("UserID")