Méthode FullTextCatalog.Drop

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Drop
'Utilisation
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()

Implémente

IDroppable.Drop()

Exemples

Octroi, révocation et refus d'autorisations

Voir aussi

Référence

FullTextCatalog Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Implémentation de la recherche en texte intégral

Vue d'ensemble de la recherche en texte intégral

CREATE FULLTEXT CATALOG (Transact-SQL)