Sdílet prostřednictvím


RestoreMasterKeyStatement.EncryptionPassword – vlastnost

Získá nebo nastaví další šifrovací heslo.

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

RestoreMasterKeyStatement Třída

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