Поделиться через


Перечисление InstanceState

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.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Smo