Share via


DatabaseEncryptionKeyStatement.Algorithm Property

Gets or sets the algorithm used for the encryption key.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Algorithm As DatabaseEncryptionKeyAlgorithm
'Usage
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);
}
public function get Algorithm () : DatabaseEncryptionKeyAlgorithm 
public function set Algorithm (value : DatabaseEncryptionKeyAlgorithm)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.DatabaseEncryptionKeyAlgorithm
Returns a DatabaseEncryptionKeyAlgorithm enumeration value.

.NET Framework Security

See Also

Reference

DatabaseEncryptionKeyStatement Class

DatabaseEncryptionKeyStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace