Поделиться через


Свойство ServiceBrokerPayload.EndpointAuthenticationOrder

Gets or sets the type of authentication and the order in which it is applied to the Компонент Service Broker payload.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EndpointAuthenticationOrder As EndpointAuthenticationOrder 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: 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.

Примеры

Реализация конечных точек

См. также

Справочник

ServiceBrokerPayload Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Типы проверки подлинности конечной точки