Partager via


IPasswordChangeOption.EncryptionPassword, propriété

Obtient ou définit un mot de passe de chiffrement à clé privée facultatif.

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

Syntaxe

'Déclaration
Property EncryptionPassword As Literal
    Get
    Set
Literal EncryptionPassword { get; set; }
property Literal^ EncryptionPassword {
    Literal^ get ();
    void set (Literal^ value);
}
abstract 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

IPasswordChangeOption Interface

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