Partager via


Propriété DatabaseMirroringPayload.EndpointEncryptionAlgorithm

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EndpointEncryptionAlgorithm As EndpointEncryptionAlgorithm 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Exemples

Implémentation de points de terminaison

Voir aussi

Référence

DatabaseMirroringPayload Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Administration de la mise en miroir de bases de données

CREATE ENDPOINT (Transact-SQL)