Cleanup 方法

Finds and removes full-text catalog resources in the file system that do not have corresponding entries in the full-text related system table.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub Cleanup
用法
Dim instance As FullTextService

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