Server.DetachDatabase Metodo

Definizione

Overload

Nome Descrizione
DetachDatabase(String, Boolean, Boolean)

Scollegare un database

DetachDatabase(String, Boolean)

Scollegare un database

DetachDatabase(String, Boolean, Boolean)

Scollegare un 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)

Parametri

databaseName
String
updateStatistics
Boolean
removeFulltextIndexFile
Boolean

Si applica a

DetachDatabase(String, Boolean)

Scollegare un database

public void DetachDatabase(string databaseName, bool updateStatistics);
member this.DetachDatabase : string * bool -> unit
Public Sub DetachDatabase (databaseName As String, updateStatistics As Boolean)

Parametri

databaseName
String
updateStatistics
Boolean

Si applica a