Condividi tramite


Proprietà DatabaseEncryptionKey.EncryptionAlgorithm

Gets or sets the encryption key algorithm.

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

Sintassi

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

value = instance.EncryptionAlgorithm

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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.DatabaseEncryptionAlgorithm
The encryption key algorithm.

Vedere anche

Riferimento

DatabaseEncryptionKey Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Transparent Data Encryption (TDE)

Gestione crittografia del database (pagina Proprietà)