EndpointState 枚举
The EndpointState enumeration is a list of constant values that specifies the state of the HTTP endpoint.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
Public Enumeration EndpointState
用法
Dim instance As EndpointState
public enum EndpointState
public enum class EndpointState
type EndpointState
public enum EndpointState
成员
成员名称 | 说明 | |
---|---|---|
Disabled | Specifies whether an endpoint is disabled. | |
Started | Specifies if an endpoint has started. | |
Stopped | Specifies if an endpoint has stopped. |
注释
The EndpointState enumeration class is served by the EndpointState property and the EndpointState property.