EndpointType Enumeration

The EndpointType enumeration is a list of constant values that specifies the type of HTTP endpoint.**

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

Syntaxe

'Déclaration
Public Enumeration EndpointType
public enum EndpointType
public enum class EndpointType
public enum EndpointType
public enum EndpointType

Members

Member name Description
DatabaseMirroring The HTTP endpoint type is database mirroring.
ServiceBroker The HTTP endpoint type is SQL Server Service Broker.
Soap The HTTP endpoint type is SOAP.
TSql The HTTP endpoint type is Transact-SQL.

Notes

Texte mis à jour :

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