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.