Compartilhar via


Propriedade EndpointEncryption

Gets or sets the encryption state on the mirroring payload.

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

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public Property EndpointEncryption As EndpointEncryption
    Get
    Set
'Uso
Dim instance As DatabaseMirroringPayload
Dim value As EndpointEncryption

value = instance.EndpointEncryption

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

Valor da propriedade

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