Condividi tramite


Proprietà DatabaseMirroringPayload.EndpointEncryptionAlgorithm

Gets or sets the encryption algorithm required by the mirroring payload.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EndpointEncryptionAlgorithm As EndpointEncryptionAlgorithm 
    Get 
    Set
'Utilizzo
Dim instance As DatabaseMirroringPayload 
Dim value As EndpointEncryptionAlgorithm 

value = instance.EndpointEncryptionAlgorithm

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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.EndpointEncryptionAlgorithm
An EndpointEncryptionAlgorithm value that specifies encryption algorithm required by the mirroring payload.

Esempi

Implementazione di endpoint

Vedere anche

Riferimento

DatabaseMirroringPayload Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Amministrazione del mirroring del database

CREATE ENDPOINT (Transact-SQL)