Partager via


Propriété MasterKeyStatement.Password

Gets or sets the password. This is a literal of type string.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Password As Literal 
    Get 
    Set
'Utilisation
Dim instance As MasterKeyStatement 
Dim value As Literal 

value = instance.Password

instance.Password = value
public Literal Password { get; set; }
public:
property Literal^ Password {
    Literal^ get ();
    void set (Literal^ value);
}
member Password : Literal with get, set
function get Password () : Literal 
function set Password (value : Literal)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The password.

Voir aussi

Référence

MasterKeyStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom