다음을 통해 공유


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.