SQL-DMO

FullTextCatalogs Collection

The FullTextCatalogs collection contains FullTextCatalog objects that reference Microsoft Search persistent data organized in full-text catalogs.

Properties
Count Property  

Methods
Add Method Refresh Method
Item Method Remove Method (Collections)

Remarks

With the FullTextCatalogs collection, you can:

To remove a Microsoft Search full-text indexing catalog

When using the Item or Remove method, the FullTextCatalogs collection supports member identification using either name or ordinal reference syntax. For example:

Set oFullTextCatalog = oDatabase.FullTextCatalogs("People")

Or

Set oFullTextCatalog = oDatabase.FullTextCatalogs(2)

Note  Using the FullTextCatalogs collection to create or remove Microsoft Search full-text indexing catalogs requires appropriate privilege. The Microsoft® SQL Server™ login used for SQLServer object connection must be a member of the fixed role db_ddladmin or a role with greater privilege.