InstanceState Enumeration
The InstanceState enumeration contains values that are used to specify the possible states of an instance of SQL Server.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| Member name | Description | |
|---|---|---|
| Offline | The instance is offline. | |
| OfflinePending | The instance is transitioning to offline. | |
| Online | The instance is online. | |
| OnlinePending | The instance is transitioning to online. | |
| Unknown | The instance is in an unknown state. |
Show: