Share via


ILogin.Password Property

Gets the password that is associated with this login.

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

Syntax

'Declaration
ReadOnly Property Password As IPassword
    Get
'Usage
Dim instance As ILogin
Dim value As IPassword

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

Property Value

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