Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Connect メソッドを使用して確立された dbmlsync サーバとの接続を切断します。
public virtual bool Disconnect(void)
サーバへの接続が切断された場合は true、切断されなかった場合は false を返します。false が返されたときは、GetErrorInfo メソッドを呼び出して、失敗に関する詳細な情報を取得できます。
接続を使い終わったら、必ず Disconnect を呼び出してください。