Server.DetachDatabase Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| DetachDatabase(String, Boolean, Boolean) |
Détacher une base de données |
| DetachDatabase(String, Boolean) |
Détacher une base de données |
DetachDatabase(String, Boolean, Boolean)
Détacher une base de données
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)
Paramètres
- databaseName
- String
- updateStatistics
- Boolean
- removeFulltextIndexFile
- Boolean
S’applique à
DetachDatabase(String, Boolean)
Détacher une base de données
public void DetachDatabase(string databaseName, bool updateStatistics);
member this.DetachDatabase : string * bool -> unit
Public Sub DetachDatabase (databaseName As String, updateStatistics As Boolean)
Paramètres
- databaseName
- String
- updateStatistics
- Boolean