Share via


Enumerazione EndpointState

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

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Sintassi

'Dichiarazione
Public Enumeration EndpointState
'Utilizzo
Dim instance As EndpointState
public enum EndpointState
public enum class EndpointState
type EndpointState
public enum EndpointState

Membri

Nome membro Descrizione
Started Specifies if an endpoint has started.
Stopped Specifies if an endpoint has stopped.
Disabled Specifies whether an endpoint is disabled.

Osservazioni

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