Compartir a través de


EndpointEncryptionAlgorithm Propiedad

Gets or sets an Endpoint Encryption Algorithm.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EndpointEncryptionAlgorithm As EndpointEncryptionAlgorithm
    Get
    Set
'Uso
Dim instance As ServiceBrokerPayload
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)