Service.AcceptsPause Property

Definition

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

Applies to