DatabaseEncryptionKeyStatement.Algorithm Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the algorithm used for the encryption key.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public DatabaseEncryptionKeyAlgorithm Algorithm { get; set; }
public:
property DatabaseEncryptionKeyAlgorithm Algorithm {
    DatabaseEncryptionKeyAlgorithm get();
    void set(DatabaseEncryptionKeyAlgorithm value);
}
member Algorithm : DatabaseEncryptionKeyAlgorithm with get, set
Public Property Algorithm As DatabaseEncryptionKeyAlgorithm

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.DatabaseEncryptionKeyAlgorithm

The algorithm used for the encryption key.

See Also

DatabaseEncryptionKeyStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top