Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス » ULConnectionStringBuilder クラス

 

Remove メソッド

指定されたキーが設定されたエントリを ULConnectionStringBuilder インスタンスから削除します。

構文
Visual Basic
Public Overrides Function Remove( _
   ByVal keyword As String _
) As Boolean
C#
public override bool Remove(
   string  keyword
);
パラメータ
  • keyword   接続キーワードの名前。

戻り値

接続文字列内のキーが削除された場合は true、キーが存在しなかった場合は false。

参照