IUser.Login Property

Gets an ILogin object that specifies the login for the user.

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

Syntax

'Declaration
ReadOnly Property Login As ILogin
    Get
'Usage
Dim instance As IUser
Dim value As ILogin

value = instance.Login
ILogin Login { get; }
property ILogin^ Login {
    ILogin^ get ();
}
abstract Login : ILogin
function get Login () : ILogin

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ILogin
An ILogin object that specifies the login for the user.