Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The EndpointState enumeration is a list of constant values that specifies the state of the HTTP endpoint.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public Enumeration EndpointState
'Utilisation
Dim instance As EndpointState
public enum EndpointState
public enum class EndpointState
type EndpointState
public enum EndpointState
Membres
| Nom de membre | Description | |
|---|---|---|
| Disabled | Specifies whether an endpoint is disabled. | |
| Started | Specifies if an endpoint has started. | |
| Stopped | Specifies if an endpoint has stopped. |
Notes
The EndpointState enumeration class is served by the EndpointState property and the EndpointState property.