EndpointState Enumeration

The EndpointState enumeration is a list of constant values that specifies the state of the HTTP endpoint.**

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Syntax

'Declaration
Public Enumeration EndpointState
public enum EndpointState
public enum class EndpointState
public enum EndpointState
public enum EndpointState

Members

Member name Description
Disabled The HTTP endpoint is disabled.
Started The HTTP endpoint has started listening to and processing requests.
Stopped The HTTP endpoint has stopped listening to and processing requests.

Remarks

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

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace