Sdílet prostřednictvím


AlterAsymmetricKeyStatement.DecryptionPassword – vlastnost

Získá nebo nastaví heslo pro dešifrování.

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 DecryptionPassword As Literal
    Get
    Set
public Literal DecryptionPassword { get; set; }
public:
virtual property Literal^ DecryptionPassword {
    Literal^ get () sealed;
    void set (Literal^ value) sealed;
}
abstract DecryptionPassword : Literal with get, set
override DecryptionPassword : Literal with get, set
final function get DecryptionPassword () : Literal
final function set DecryptionPassword (value : Literal)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Implementuje

IPasswordChangeOption.DecryptionPassword

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AlterAsymmetricKeyStatement Třída

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