Share via


UserType Enumeration

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 (in microsoft.sqlserver.sqlenum.dll)

Sintaxis

'Declaración
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 on to SQL Server.
SqlLogin The user type is a SQL Server login.

Notas

Texto actualizado:

The UserType enumeration is served by the UserType property.

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Microsoft.SqlServer.Management.Smo Namespace