Compartilhar via


Método FullTextCatalog.Drop

Drops the full-text catalog that is represented by the FullTextCatalog object.

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

Sintaxe

'Declaração
Public Sub Drop
'Uso
Dim instance As FullTextCatalog

instance.Drop()
public void Drop()
public:
virtual void Drop() sealed
abstract Drop : unit -> unit  
override Drop : unit -> unit
public final function Drop()

Implementa

IDroppable.Drop()

Exemplos

Concedendo, revogando e negando permissões

Consulte também

Referência

FullTextCatalog Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Implementando a pesquisa de texto completo

Visão geral da pesquisa de texto completo

CREATE FULLTEXT CATALOG (Transact-SQL)