The InstanceState enumeration contains values that are used to specify the possible states of an instance of SQL Server.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Enumeration InstanceState
‘사용 방법
Dim instance As InstanceState
public enum InstanceState
public enum class InstanceState
type InstanceState
public enum InstanceState
멤버
| 멤버 이름 | 설명 | |
|---|---|---|
| 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. |