Freigeben über


Database.RemoveFullTextCatalogs-Methode

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

Siehe auch

Verweis

Database Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Erstellen, Ändern und Löschen von Datenbanken

Einbinden einer Volltextsuche

Erstellen, Ändern und Löschen von Datenbanken

CREATE DATABASE (Transact-SQL)