Enumeração EndpointType

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (em Microsoft.SqlServer.SqlEnum.dll)

Sintaxe

'Declaração
Public Enumeration EndpointType
'Uso
Dim instance As EndpointType
public enum EndpointType
public enum class EndpointType
type EndpointType
public enum EndpointType

Membros

Nome do membro Descrição
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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Smo