共用方式為


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()