DatabaseEncryptionKeyStatement.Algorithm – vlastnost
Získá nebo nastaví algoritmus používaný pro šifrovací klíč.
Obor názvů: Microsoft.Data.Schema.ScriptDom.Sql
Sestavení: Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Deklarace
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)
Hodnota vlastnosti
Typ: Microsoft.Data.Schema.ScriptDom.Sql.DatabaseEncryptionKeyAlgorithm
Vrátí DatabaseEncryptionKeyAlgorithm hodnotu výčtu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.