Compartilhar via


Enumeração AuthenticationTypes

Specifies authentication types.

Esta enumeração tem um atributo FlagsAttribute que permite uma combinação bit a bit de seus valores de membro.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
<FlagsAttribute> _
Public Enumeration AuthenticationTypes
'Uso
Dim instance As AuthenticationTypes
[FlagsAttribute]
public enum AuthenticationTypes
[FlagsAttribute]
public enum class AuthenticationTypes
[<FlagsAttribute>]
type AuthenticationTypes
public enum AuthenticationTypes

Membros

Nome do membro Descrição
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.

Consulte também

Referência

Namespace Microsoft.SqlServer.TransactSql.ScriptDom