Service.AcceptsPause Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Boolean property value that specifies whether the SQL Server service can be paused.
public:
property bool AcceptsPause { bool get(); };
public bool AcceptsPause { get; }
member this.AcceptsPause : bool
Public ReadOnly Property AcceptsPause As Boolean
Property Value
A Boolean value that specifies whether the SQL Server service can be paused.
If True, the service can be paused.
If False (default), the service cannot be paused.
Examples
Managing Services and Network Settings by Using WMI Provider