Partilhar via


Propriedade ISql100DatabaseEncryptionKey.Algorithm

Obtém ou define o algoritmo de chave.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql100DatabaseEncryptionKey Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel