Partager via


RestoreMasterKeyStatement.EncryptionPassword, propriété

Obtient ou définit un mot de passe de chiffrement supplémentaire.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

RestoreMasterKeyStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms