ResourceUsage Enumeration
The ResourceUsage enumeration contains values that specify the relative operating system execution priority setting for the Microsoft Search service.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
| 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.
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.