Server.DetachDatabase Méthode

Définition

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

S’applique à