Delen via


RestoreMasterKeyStatement.EncryptionPassword Property

Gets or sets an additional encryption password.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property EncryptionPassword As Literal 
    Get 
    Set
'Usage
Dim instance As RestoreMasterKeyStatement 
Dim value As Literal 

value = instance.EncryptionPassword

instance.EncryptionPassword = value
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)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
An additional encryption password.

See Also

Reference

RestoreMasterKeyStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace