AcceptPause Property (SqlService Class)

Applies to: SQL Server

Gets the Boolean property value that specifies whether the service can be paused.

Syntax

  
object.AcceptPause [= value]  

Parts

object
A SqlService Class object that represents the service.

Property Value/Return Value

A Boolean value that specifies whether the service can be paused. true if the service can be paused; false if the service cannot be paused.

Remarks

See Also

Starting and Stopping Services