Expand Minimize
This topic has not yet been rated - Rate this topic

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)
public enum ResourceUsage
Member nameDescription
UnknownUnknown = 0
BackgroundBackground = 1;
BelowNormalBelowNormal = 2;
NormalNormal = 3;
AboveNormalAboveNormal = 4;
DedicatedDedicated = 5;

The ResourceUsage enumeration class is served by the ResourceUsage property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.