Freigeben über


ServiceBrokerPayload.EndpointAuthenticationOrder-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EndpointAuthenticationOrder As EndpointAuthenticationOrder 
    Get 
    Set
'Usage
Dim instance As ServiceBrokerPayload 
Dim value As EndpointAuthenticationOrder 

value = instance.EndpointAuthenticationOrder

instance.EndpointAuthenticationOrder = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public EndpointAuthenticationOrder EndpointAuthenticationOrder { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property EndpointAuthenticationOrder EndpointAuthenticationOrder {
    EndpointAuthenticationOrder get ();
    void set (EndpointAuthenticationOrder value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EndpointAuthenticationOrder : EndpointAuthenticationOrder with get, set
function get EndpointAuthenticationOrder () : EndpointAuthenticationOrder 
function set EndpointAuthenticationOrder (value : EndpointAuthenticationOrder)

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo.EndpointAuthenticationOrder
A EndpointAuthenticationOrder value that specifies the type of authentication and the order in which it is applied to the Service Broker payload.

Beispiele

Implementieren von Endpunkten

Siehe auch

Verweis

ServiceBrokerPayload Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Endpunktauthentifizierungs-Typen