Proprietà Service.AcceptsPause

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property AcceptsPause As Boolean 
    Get
'Utilizzo
Dim instance As Service 
Dim value As Boolean 

value = instance.AcceptsPause
public bool AcceptsPause { get; }
public:
property bool AcceptsPause {
    bool get ();
}
member AcceptsPause : bool
function get AcceptsPause () : boolean

Valore proprietà

Tipo: System.Boolean
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.

Esempi

Gestione di servizi e di impostazioni di rete tramite il provider WMI

Vedere anche

Riferimento

Service Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Wmi

Altre risorse

WMI and SQL Server

Connessione al Motore di database di SQL Server