Share via


Database.RemoveFullTextCatalogs Method

Removes full-text catalogs from the database.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub RemoveFullTextCatalogs
'Usage
Dim instance As Database

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

See Also

Reference

Database Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Creating, Altering, and Removing Databases

Implementing Full-Text Search

Creating, Altering, and Removing Databases

CREATE DATABASE (Transact-SQL)