Server.DetachDatabase 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
DetachDatabase(String, Boolean) |
Detach a database |
DetachDatabase(String, Boolean, Boolean) |
Detach a database |
DetachDatabase(String, Boolean)
DetachDatabase(String, Boolean, Boolean)
Detach a database
public void DetachDatabase (string databaseName, bool updateStatistics, bool removeFulltextIndexFile);
member this.DetachDatabase : string * bool * bool -> unit
Public Sub DetachDatabase (databaseName As String, updateStatistics As Boolean, removeFulltextIndexFile As Boolean)
Parameters
- databaseName
- String
- updateStatistics
- Boolean
- removeFulltextIndexFile
- Boolean