Énumération UserType

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SqlEnum (dans Microsoft.SqlServer.SqlEnum.dll)

Syntaxe

'Déclaration
Public Enumeration UserType
'Utilisation
Dim instance As UserType
public enum UserType
public enum class UserType
type UserType
public enum UserType

Membres

Nom de membre Description
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.

Notes

The UserType enumeration is served by the UserType property.