Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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 (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration EndpointState
'Usage
Dim instance As EndpointState
public enum EndpointState
public enum class EndpointState
type EndpointState
public enum EndpointState
Members
| Member name | Description | |
|---|---|---|
| Disabled | Specifies whether an endpoint is disabled. | |
| Started | Specifies if an endpoint has started. | |
| Stopped | Specifies if an endpoint has stopped. |
Remarks
The EndpointState enumeration class is served by the EndpointState property and the EndpointState property.