Propriedade do RDL DatabaseEncryptionKeyStatement.Algorithm
Gets or sets the algorithm used for the encryption key.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property Algorithm As DatabaseEncryptionKeyAlgorithm
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.DatabaseEncryptionKeyAlgorithm
The algorithm used for the encryption key.