Compartir a través de


ServiceBrokerPayload.EndpointAuthenticationOrder Property

Gets or sets the type of authentication and the order it is applied to the Service Broker payload.

Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
Public Property EndpointAuthenticationOrder As EndpointAuthenticationOrder
public EndpointAuthenticationOrder EndpointAuthenticationOrder { get; set; }
public:
property EndpointAuthenticationOrder EndpointAuthenticationOrder {
    EndpointAuthenticationOrder get ();
    void set (EndpointAuthenticationOrder value);
}
/** @property */
public EndpointAuthenticationOrder get_EndpointAuthenticationOrder ()

/** @property */
public void set_EndpointAuthenticationOrder (EndpointAuthenticationOrder value)
public function get EndpointAuthenticationOrder () : EndpointAuthenticationOrder

public function set EndpointAuthenticationOrder (value : EndpointAuthenticationOrder)

Valor de propiedad

A EndpointAuthenticationOrder value that specifies the type of authentication and the order it is applied to the Service Broker payload.

Notas

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplo

How to: Create a Database Mirroring Endpoint Service in Visual Basic .NET

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ServiceBrokerPayload Class
ServiceBrokerPayload Members
Microsoft.SqlServer.Management.Smo Namespace

Otros recursos

Implementing Endpoints
Tipos de autenticación de extremos