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 的硬件和软件要求。