Condividi tramite


Enumerazione UserType

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Sintassi

'Dichiarazione
Public Enumeration UserType
'Utilizzo
Dim instance As UserType
public enum UserType
public enum class UserType
type UserType
public enum UserType

Membri

Nome membro Descrizione
SqlLogin The user type is a SQL Server login.
Certificate The user type is a certificate.
AsymmetricKey The user type is an asymmetric key.
NoLogin The user cannot log in to SQL Server.

Osservazioni

The UserType enumeration is served by the UserType property.