AuthenticationTypes 枚举

指定身份验证类型。

此枚举有一个 FlagsAttribute 特性,通过该特性可使其成员值按位组合。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
<FlagsAttribute> _
Public Enumeration AuthenticationTypes
[FlagsAttribute]
public enum AuthenticationTypes
[FlagsAttribute]
public enum class AuthenticationTypes
[<FlagsAttribute>]
type AuthenticationTypes
public enum AuthenticationTypes

成员

成员名称 说明
None 类型为 None
Basic 类型为 Basic
Digest 类型为 Digest
Integrated 类型为 Integrated
Ntlm 类型为 Ntlm
Kerberos 类型为 Kerberos

请参见

参考

Microsoft.Data.Schema.ScriptDom.Sql 命名空间