EndpointAuthenticationOrder propriété
Gets or sets the type of authentication and the order in which it is applied to the Service Broker payload.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public Property EndpointAuthenticationOrder As EndpointAuthenticationOrder
Get
Set
'Utilisation
Dim instance As ServiceBrokerPayload
Dim value As EndpointAuthenticationOrder
value = instance.EndpointAuthenticationOrder
instance.EndpointAuthenticationOrder = value
[SfcPropertyAttribute]
public EndpointAuthenticationOrder EndpointAuthenticationOrder { get; set; }
[SfcPropertyAttribute]
public:
property EndpointAuthenticationOrder EndpointAuthenticationOrder {
EndpointAuthenticationOrder get ();
void set (EndpointAuthenticationOrder value);
}
[<SfcPropertyAttribute>]
member EndpointAuthenticationOrder : EndpointAuthenticationOrder with get, set
function get EndpointAuthenticationOrder () : EndpointAuthenticationOrder
function set EndpointAuthenticationOrder (value : EndpointAuthenticationOrder)
Valeur de la propriété
Type : 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.
Voir aussi