Share via


IMutableLogin.Password Property

Gets or sets the password that is associated with this login. A password is set only for logins that are created from source.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Property Password As IPassword
    Get
    Set
'Usage
Dim instance As IMutableLogin
Dim value As IPassword

value = instance.Password

instance.Password = value
IPassword Password { get; set; }
property IPassword^ Password {
    IPassword^ get ();
    void set (IPassword^ value);
}
abstract Password : IPassword with get, set
function get Password () : IPassword
function set Password (value : IPassword)

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IPassword
The IPassword object that is associated with this login.

Implements

ILogin.Password