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.