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

用于分离数据库的密码。

适用于