Compartir a través de


DatabaseEncryptionKeyStatement.Algorithm (Propiedad)

Obtiene o establece el algoritmo utilizado para la clave de cifrado.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property Algorithm As DatabaseEncryptionKeyAlgorithm
    Get
    Set
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 de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.DatabaseEncryptionKeyAlgorithm
Devuelve un valor de enumeración DatabaseEncryptionKeyAlgorithm.

Seguridad de .NET Framework

Vea también

Referencia

DatabaseEncryptionKeyStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)