Compartir a través de


Enumeración UserType

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
Public Enumeration UserType
'Uso
Dim instance As UserType
public enum UserType
public enum class UserType
type UserType
public enum UserType

Miembros

Nombre del miembro Descripción
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.
SqlUser The SQL Server user.

Comentarios

The UserType enumeration is served by the UserType property.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo