UserType Enumeration
Specifies the user type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public Enumeration UserType
'Usage
Dim instance As UserType
public enum UserType
public enum class UserType
type UserType
public enum UserType
Members
Member name | Description | |
---|---|---|
AsymmetricKey | An asymmetric key. | |
Certificate | A certificate. | |
NoLogin | A user that cannot log in to SQL Server. | |
SqlLogin | A SQL Server login. |