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


Свойство DatabaseMirroringPayload.EndpointAuthenticationOrder

Gets or sets the order and type of authentication that is used on the mirroring 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 DatabaseMirroringPayload 
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
An EndpointAuthenticationOrder value that specifies the order and type of authentication that is used on the mirroring payload.

Примеры

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

См. также

Справочник

DatabaseMirroringPayload Класс

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

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

Администрирование зеркального отображения базы данных

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