共用方式為


RemoveFullTextCatalogs 方法

從資料庫移除全文檢索目錄。

命名空間:  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()