EndpointState 枚举
Specifies the types of endpoint state.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration EndpointState
用法
Dim instance As EndpointState
public enum EndpointState
public enum class EndpointState
type EndpointState
public enum EndpointState
成员
成员名称 | 说明 | |
---|---|---|
Disabled | The state is Disabled. | |
NotSpecified | The state is NotSpecified. | |
Started | The state is Started. | |
Stopped | The state is Stopped. |