Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Enumeration UserType
'Usage
Dim instance As UserType
public enum UserType
public enum class UserType
type UserType
public enum UserType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |
Hinweise
The UserType enumeration is served by the UserType property.