AutostartServer Property
Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.
The AutostartServer property exposes Microsoft SQL Server startup behavior upon operating system start.
Syntax
object
.AutostartServer [=value]
Parts
- object
An expression that evaluates to an object in the Applies To list
- value
TRUE or FALSE
Data Type
Boolean
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetAutostartServer(LPBOOL pRetVal);
HRESULT SetAutostartServer(BOOL NewValue);
Hinweise
If TRUE, an attempt is made to start SQL Server when the operating system starts.
If FALSE, no attempt is made to start SQL Server. SQL Server can be started manually.