SqlEndpointState Enumeration
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. |