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


Свойство DatabaseMirroringPayload.EndpointEncryption

Gets or sets the encryption state on the mirroring payload.

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

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EndpointEncryption As EndpointEncryption 
    Get 
    Set
'Применение
Dim instance As DatabaseMirroringPayload 
Dim value As EndpointEncryption 

value = instance.EndpointEncryption

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

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

Тип: Microsoft.SqlServer.Management.Smo.EndpointEncryption
An EndpointEncryption value that specifies the encryption state on the mirroring payload.

Примеры

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

См. также

Справочник

DatabaseMirroringPayload Класс

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

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

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

CREATE ENDPOINT (Transact-SQL)