对终结点的状态建模。
命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)
语法
声明
Public Enumeration SqlEndpointState
public enum SqlEndpointState
public enum class SqlEndpointState
type SqlEndpointState
public enum SqlEndpointState
成员
| 成员名称 | 说明 | |
|---|---|---|
| Unknown | 将状态指定为未知。 | |
| Disabled | 将该终结点指定为被禁用。 | |
| Started | 将该终结点指定为已启动。 | |
| Stopped | 将该终结点指定为已停止。 |