Share via


ILogin.LoginType Property

Gets the type of the login.

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

Syntax

'Declaration
ReadOnly Property LoginType As LoginType 
    Get
'Usage
Dim instance As ILogin 
Dim value As LoginType 

value = instance.LoginType
LoginType LoginType { get; }
property LoginType LoginType {
    LoginType get ();
}
abstract LoginType : LoginType
function get LoginType () : LoginType

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.LoginType
The LoginType value that indicates the login type.

See Also

Reference

ILogin Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace