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

UserType Enumeration

The UserType enumeration contains constant values that specify the security type for the user.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum UserType
Member nameDescription
SqlLoginThe user type is a SQL Server login.
SqlUserThe SQL Server user.
CertificateThe user type is a certificate.
AsymmetricKeyThe user type is an asymmetric key.
NoLoginThe user cannot log in to SQL Server.

The UserType enumeration is served by the UserType property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.