Freigeben über


RestoreMasterKeyStatement.EncryptionPassword-Eigenschaft

Ruft ein zusätzliches Verschlüsselungskennwort ab oder legt es fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

RestoreMasterKeyStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace