AuthenticationModes 枚举

SQL Server 2005 authentication mode

此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。

命名空间:  Microsoft.SqlServer.Dac.Model
程序集:  Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)

语法

声明
<FlagsAttribute> _
Public Enumeration AuthenticationModes
用法
Dim instance As AuthenticationModes
[FlagsAttribute]
public enum AuthenticationModes
[FlagsAttribute]
public enum class AuthenticationModes
[<FlagsAttribute>]
type AuthenticationModes
public enum AuthenticationModes

成员

成员名称 说明
Basic Basic
Digest Digest
Integrated Integrated
Kerberos Kerberos
Negotiate Negotiate
None None
Ntlm Ntlm

请参阅

参考

Microsoft.SqlServer.Dac.Model 命名空间