Expand Minimize
This topic has not yet been rated - Rate this topic

LoginType Enumeration

The LoginType enumeration contains values that are used to specify the authentication type and the Windows account type.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum LoginType
Member nameDescription
WindowsUserValue = 0. A Windows individual logon.
WindowsGroupValue = 1. A Windows group logon.
SqlLoginValue = 2. A SQL Server standard logon.
CertificateValue = 3. The logon is mapped to a certificate.
AsymmetricKeyValue = 4. The logon is mapped to an asymmetric key.

The LoginType enumeration class is served by the LoginType property for the Login and User classes.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.