ServiceState 屬性
Gets the state of the SQL Server service, such as running, stopped, or paused.
命名空間: Microsoft.SqlServer.Management.Smo.Wmi
組件: Microsoft.SqlServer.SqlWmiManagement (在 Microsoft.SqlServer.SqlWmiManagement.dll 中)
語法
'宣告
Public ReadOnly Property ServiceState As ServiceState
Get
'用途
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
屬性值
型別:ServiceState
A ServiceState object value that specifies the state of the SQL Server service.