SQLServer Object
Stops a running SQL Server.
SQLServer.ShutDown ( [[Wait :=] bWait] )
HRESULT pSQLServer->ShutDown ( BOOL bWait = TRUE );
Element | Type | Description |
---|
bWait | Boolean | If True, SQL Server waits for current operations to complete before stopping. If False, SQL Server stops immediately. |
SHUTDOWN