The CatalogPopulationAction enumeration contains values that are used to specify the method used to populate a full-text catalog.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
语法
声明
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. |
备注
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.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。