次の方法で共有


Database.Detach メソッド

定義

オーバーロード

Detach()

使用されていないデータベースをデタッチします。

Detach(String)

指定したパスワードのデータベースをデタッチします。

Detach()

使用されていないデータベースをデタッチします。

public void Detach ();
member this.Detach : unit -> unit
Public Sub Detach ()

適用対象

Detach(String)

指定したパスワードのデータベースをデタッチします。

public void Detach (string password);
member this.Detach : string -> unit
Public Sub Detach (password As String)

パラメーター

password
String

データベースをデタッチするためのパスワードです。

適用対象