MasterKeyStatement.Password Property

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

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

Syntax

'Declaration
Public Property Password As Literal 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

MasterKeyStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace