共用方式為


Database.RemoveFullTextCatalogs 方法

Removes full-text catalogs from the database.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub RemoveFullTextCatalogs
'用途
Dim instance As Database

instance.RemoveFullTextCatalogs()
public void RemoveFullTextCatalogs()
public:
void RemoveFullTextCatalogs()
member RemoveFullTextCatalogs : unit -> unit
public function RemoveFullTextCatalogs()

請參閱

參考

Database 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

建立、改變和移除資料庫

實作全文檢索搜尋

建立、改變和移除資料庫

CREATE DATABASE (Transact-SQL)