EndpointState Enumeration

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

Espace de noms: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Syntaxe

'Déclaration
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.

Notes

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.SqlServer.Management.Smo Namespace