Share via


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

成員

成員名稱 說明
Started Specifies if an endpoint has started.
Stopped Specifies if an endpoint has stopped.
Disabled Specifies whether an endpoint is disabled.

備註

The EndpointState enumeration class is served by the EndpointState()()()() property and the EndpointState property.