Partager via


Propriété DatabaseEncryptionKeyStatement.Algorithm

Gets or sets the algorithm used for the encryption key.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Algorithm As DatabaseEncryptionKeyAlgorithm 
    Get 
    Set
'Utilisation
Dim instance As DatabaseEncryptionKeyStatement 
Dim value As DatabaseEncryptionKeyAlgorithm 

value = instance.Algorithm

instance.Algorithm = value
public DatabaseEncryptionKeyAlgorithm Algorithm { get; set; }
public:
property DatabaseEncryptionKeyAlgorithm Algorithm {
    DatabaseEncryptionKeyAlgorithm get ();
    void set (DatabaseEncryptionKeyAlgorithm value);
}
member Algorithm : DatabaseEncryptionKeyAlgorithm with get, set
function get Algorithm () : DatabaseEncryptionKeyAlgorithm 
function set Algorithm (value : DatabaseEncryptionKeyAlgorithm)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.DatabaseEncryptionKeyAlgorithm
The algorithm used for the encryption key.

Voir aussi

Référence

DatabaseEncryptionKeyStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom