共用方式為


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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.SqlServer.Management.Smo Namespace