Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется.
The ResourceUsage property specifies a relative operating system execution priority setting for the Microsoft Search service.
Синтаксис
object
.ResourceUsage [= value]
Parts
- object
An expression that evaluates to an object in the Applies To list
- value
A long integer from 1 through 5
Data Type
Long
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetResourceUsage(LPLONG pRetVal);
HRESULT SetResourceUsage(long NewValue);
Замечания
Use the ResourceUsage property to raise or lower execution priority for a running Microsoft Search service. By default, ResourceUsage is 3, interpreted as normal priority for the service. Set ResourceUsage to 2 or 1 to lower the execution priority for the Microsoft Search service. Set ResourceUsage to 4 or 5 to raise the execution priority.
Примечание. |
|---|
| A ResourceUsage property value of 5 represents dedicated priority for the Microsoft Search service. Setting the ResourceUsage property to a value higher than 3 can have unintended consequences and should be considered only after evaluating the possible effects on other services running on the computer. |
When the Microsoft Search service is not running, the ResourceUsage property returns 0.
Примечание. |
|---|
| ResourceUsage can be used with Microsoft SQL Server 2005, SQL Server 2000, and SQL Server 7.0. |
Примечание.