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


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

The EndpointState enumeration is a list of constant values that specifies the state of the HTTP endpoint.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)

Синтаксис

'Декларация
Public Enumeration EndpointState
'Применение
Dim instance As EndpointState
public enum EndpointState
public enum class EndpointState
type EndpointState
public enum EndpointState

Элементы

Имя элемента Описание
Started Specifies if an endpoint has started.
Stopped Specifies if an endpoint has stopped.
Disabled Specifies whether an endpoint is disabled.

Замечания

The EndpointState enumeration class is served by the EndpointState()()()() property and the EndpointState property.