Server.DetachDatabase 方法

定義

多載

名稱 Description
DetachDatabase(String, Boolean, Boolean)

將資料庫分離

DetachDatabase(String, Boolean)

將資料庫分離

DetachDatabase(String, Boolean, Boolean)

將資料庫分離

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)

參數

databaseName
String
updateStatistics
Boolean
removeFulltextIndexFile
Boolean

適用於

DetachDatabase(String, Boolean)

將資料庫分離

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

參數

databaseName
String
updateStatistics
Boolean

適用於