AutoStart Property
未來的 Microsoft SQL Server 版本將移除這項功能。請避免在新的開發工作中使用這項功能,並規劃修改目前使用這項功能的應用程式。
The AutoStart property exposes default agent service behavior when an operating system starts.
語法
object
.AutoStart [=value]
Parts
object
an expression that evaluates to an object in the Applies To listvalue
TRUE or FALSE
Data Type
Boolean
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetAutoStart(LPBOOL pRetVal);
HRESULT SetAutoStart(BOOL NewValue);
備註
If TRUE, the service (SQL Server Agent or SQL Server) attempts to start when the operating system starts.
If FALSE, the service (SQL Server Agent or SQL Server) is not launched when the operating system starts. The agent service must be started manually.