StopService Method (SqlService Class)

Applies to: SQL Server

Attempts to place the service in the stopped state.

Syntax

  
object.StopService()  

Parts

object
A SqlService Class object that represents the service.

Property Value/Return Value

A uint32 value, which is 0 if the ResumeService request was accepted, 1 if the request is not supported, and any other number to indicate an error.

Remarks

See Also

Starting and Stopping Services