Właściwość Service.ServiceState
Pobiera stan SQL Server usługa, takich jak uruchamianie, zatrzymana lub wstrzymana.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Wmi
Zestaw: Microsoft.SqlServer.SqlWmiManagement (w Microsoft.SqlServer.SqlWmiManagement.dll)
Składnia
'Deklaracja
Public ReadOnly Property ServiceState As ServiceState
Get
'Użycie
Dim instance As Service
Dim value As ServiceState
value = instance.ServiceState
public ServiceState ServiceState { get; }
public:
property ServiceState ServiceState {
ServiceState get ();
}
member ServiceState : ServiceState
function get ServiceState () : ServiceState
Wartość właściwości
Typ: ServiceState
A ServiceState wartość, która określa stan obiektu SQL Server usługa.
Zobacz także