Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Property Algorithm As DatabaseEncryptionKeyAlgorithm
Get
Set
'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);
}
member Algorithm : DatabaseEncryptionKeyAlgorithm with get, set
function get Algorithm () : DatabaseEncryptionKeyAlgorithm
function set Algorithm (value : DatabaseEncryptionKeyAlgorithm)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.DatabaseEncryptionKeyAlgorithm
The algorithm used for the encryption key.