Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
The EndpointState enumeration is a list of constant values that specifies the state of the HTTP endpoint.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Sintaxis
'Declaración
Public Enumeration EndpointState
'Uso
Dim instance As EndpointState
public enum EndpointState
public enum class EndpointState
type EndpointState
public enum EndpointState
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| Disabled | Specifies whether an endpoint is disabled. | |
| Started | Specifies if an endpoint has started. | |
| Stopped | Specifies if an endpoint has stopped. |
Comentarios
The EndpointState enumeration class is served by the EndpointState property and the EndpointState property.