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 |