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.
Database user Authentication type
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Enumeration AuthenticationType
'Usage
Dim instance As AuthenticationType
public enum AuthenticationType
public enum class AuthenticationType
type AuthenticationType
public enum AuthenticationType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| DatabaseAuthentication | User with a password | |
| InstanceAuthentication | User with login | |
| None | User without a login, Application Role, Database Role, Certificate mapped user or Asymmetric key mapped user | |
| WindowsAuthentication | Windows user with login, Windows user without a login or Windows group |