Expand Minimize
This topic has not yet been rated - Rate this topic

ServerStatus Enumeration

The ServerStatus enumeration contains values that are used to specify the status of the instance of SQL Server. 

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[FlagsAttribute]
public enum ServerStatus
Member nameDescription
UnknownThe instance of SQL Server is in an unknown state.
OnlineThe instance of SQL Server is online.
OnlinePendingThe instance of SQL Server is waiting to come online.
OfflineThe instance of SQL Server is offline.
OfflinePendingThe instance of SQL Server is waiting to go offline.

The ServerStatus enumeration class is served by the Server class.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.