Поделиться через


ResourceUsage Enumeration

The ResourceUsage enumeration contains values that specify the relative operating system execution priority setting for the Microsoft Search service.

Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Синтаксис

'Декларация
Public Enumeration ResourceUsage
public enum ResourceUsage
public enum class ResourceUsage
public enum ResourceUsage
public enum ResourceUsage

Members

Member name Description
AboveNormal Value = 4. Resource usage is above normal. Other processes may be impacted and consequently run slower.
Background Value = 1. Resource usage is set to the lowest priority. Full-text population time may take a long time.
BelowNormal Value = 2. Resource usage is below normal priority. This causes less impact on other processes but prolongs the population time of full-text indexes.
Dedicated Value = 5. Resource usage is set to the highest priority. Other processes may not be given any time if full-text population is active.
Normal Value = 3. Resource usage is normal. Other processes share the system resources at normal levels.
Unknown Value = 0. The resource usage is unknown.

Замечания

The ResourceUsage enumeration class is served by the ResourceUsage property.

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

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.SqlServer.Management.Smo Namespace