Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the type of the login.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("User_LoginTypeDesc")> _
<DisplayNameKeyAttribute("User_LoginTypeName")> _
ReadOnly Property LoginType As LoginType
Get
'Usage
Dim instance As IUserOptions
Dim value As LoginType
value = instance.LoginType
[DisplayDescriptionKeyAttribute("User_LoginTypeDesc")]
[DisplayNameKeyAttribute("User_LoginTypeName")]
LoginType LoginType { get; }
[DisplayDescriptionKeyAttribute(L"User_LoginTypeDesc")]
[DisplayNameKeyAttribute(L"User_LoginTypeName")]
property LoginType LoginType {
LoginType get ();
}
[<DisplayDescriptionKeyAttribute("User_LoginTypeDesc")>]
[<DisplayNameKeyAttribute("User_LoginTypeName")>]
abstract LoginType : LoginType
function get LoginType () : LoginType
Property Value
Type: Microsoft.SqlServer.Management.Smo.LoginType
The type of the login.