Compartir a través de


ISql100DatabaseEncryptionKey.Algorithm (Propiedad)

Obtiene o establece el algoritmo de clave.

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

Sintaxis

'Declaración
Property Algorithm As SqlSymmetricKeyAlgorithm
    Get
    Set
SqlSymmetricKeyAlgorithm Algorithm { get; set; }
property SqlSymmetricKeyAlgorithm Algorithm {
    SqlSymmetricKeyAlgorithm get ();
    void set (SqlSymmetricKeyAlgorithm value);
}
abstract Algorithm : SqlSymmetricKeyAlgorithm with get, set
function get Algorithm () : SqlSymmetricKeyAlgorithm
function set Algorithm (value : SqlSymmetricKeyAlgorithm)

Valor de propiedad

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlSymmetricKeyAlgorithm

Seguridad de .NET Framework

Vea también

Referencia

ISql100DatabaseEncryptionKey Interfaz

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