Partager via


CatalogPopulationAction Enumeration

The CatalogPopulationAction enumeration contains values that are used to specify the method used to populate a full-text catalog.

Espace de noms: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Syntaxe

'Déclaration
Public Enumeration CatalogPopulationAction
public enum CatalogPopulationAction
public enum class CatalogPopulationAction
public enum CatalogPopulationAction
public enum CatalogPopulationAction

Members

Member name Description
Full The entire catalog is fully populated, causing all index data to be retrieved.
Incremental Only changed data will be indexed based on available time stamp data.

Notes

The CatalogPopulationAction enumeration class is served by the FullTextCatalog class.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.SqlServer.Management.Smo Namespace