Server.DetachDatabase メソッド

定義

オーバーロード

名前 説明
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

適用対象