Database.Detach 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
用于分离数据库的密码。