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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.SqlServer.Management.Smo Namespace