Перечисление AuthenticationTypes

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.

См. также

Справочник

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom