Sdílet prostřednictvím


ISql100DatabaseEncryptionKey.Algorithm – vlastnost

Získá nebo nastaví algoritmus klíče.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql100DatabaseEncryptionKey Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů