Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Models the state of the endpoint.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SqlEndpointState
public enum SqlEndpointState
public enum class SqlEndpointState
type SqlEndpointState
public enum SqlEndpointState
Members
Member name | Description | |
---|---|---|
Unknown | Specifies that the state is unknown. | |
Disabled | Specifies that the endpoint is disabled. | |
Started | Specifies that the endpoint has been started. | |
Stopped | Specifies that the endpoint has been stopped. |