Compartilhar via


Enumeração EndpointState

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (em Microsoft.SqlServer.SqlEnum.dll)

Sintaxe

'Declaração
Public Enumeration EndpointState
'Uso
Dim instance As EndpointState
public enum EndpointState
public enum class EndpointState
type EndpointState
public enum EndpointState

Membros

Nome do membro Descrição
Started Specifies if an endpoint has started.
Stopped Specifies if an endpoint has stopped.
Disabled Specifies whether an endpoint is disabled.

Comentários

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

Consulte também

Referência