Поделиться через


EndpointState Enumeration

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

Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Синтаксис

'Декларация
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.

Замечания

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.SqlServer.Management.Smo Namespace