Sdílet prostřednictvím


EncryptionPayloadOption.AlgorithmPartOne – vlastnost

Získá nebo nastaví-li zadán první algoritmus předvoleb.

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 AlgorithmPartOne As EncryptionAlgorithmPreference
    Get
    Set
public EncryptionAlgorithmPreference AlgorithmPartOne { get; set; }
public:
property EncryptionAlgorithmPreference AlgorithmPartOne {
    EncryptionAlgorithmPreference get ();
    void set (EncryptionAlgorithmPreference value);
}
member AlgorithmPartOne : EncryptionAlgorithmPreference with get, set
function get AlgorithmPartOne () : EncryptionAlgorithmPreference
function set AlgorithmPartOne (value : EncryptionAlgorithmPreference)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.EncryptionAlgorithmPreference
Vrátí EncryptionAlgorithmPreference hodnotu výčtu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

EncryptionPayloadOption Třída

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