Specifies authentication types.
此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
<FlagsAttribute> _
Public Enumeration AuthenticationTypes
用法
Dim instance As AuthenticationTypes
[FlagsAttribute]
public enum AuthenticationTypes
[FlagsAttribute]
public enum class AuthenticationTypes
[<FlagsAttribute>]
type AuthenticationTypes
public enum AuthenticationTypes
成员
| 成员名称 | 说明 | |
|---|---|---|
| Basic | The type is Basic. | |
| Digest | The type is Digest. | |
| Integrated | The type is Integrated. | |
| Kerberos | The type is Kerberos. | |
| None | The type is None. | |
| Ntlm | The type is Ntlm. |