Database user Authentication type
命名空间: Microsoft.SqlServer.Dac.Model
程序集: Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)
语法
声明
Public Enumeration AuthenticationType
用法
Dim instance As AuthenticationType
public enum AuthenticationType
public enum class AuthenticationType
type AuthenticationType
public enum AuthenticationType
成员
| 成员名称 | 说明 | |
|---|---|---|
| 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 |