Database.Detach Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Detach() |
Detaches a database that is not in use. |
Detach(String) |
Detaches a database with a specified password. |
Detach()
Detaches a database that is not in use.
public void Detach ();
member this.Detach : unit -> unit
Public Sub Detach ()
Applies to
Detach(String)
Detaches a database with a specified password.
public void Detach (string password);
member this.Detach : string -> unit
Public Sub Detach (password As String)
Parameters
- password
- String
The password to detach the database.