Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
ULConnectionStringBuilder オブジェクトに特定のキーワードが含まれているかどうかを判断します。
Public Overrides Function ContainsKey( ByVal keyword As String ) As Boolean
public override bool ContainsKey(string keyword)
keyword 接続キーワードの名前。
指定されたキーワードの値がこの接続文字列ビルダに含まれる場合は True、それ以外の場合は false を返します。