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)
Syntax
'Deklaracja
Public Enumeration UserType
public enum UserType
public enum class UserType
public enum UserType
public enum UserType
Members
| Member name | Description |
|---|---|
| AsymmetricKey | The user type is an asymmetric key. |
| Certificate | The user type is a certificate. |
| NoLogin | The user cannot log in to SQL Server. |
| SqlLogin | The user type is a SQL Server login. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.