Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Specifies authentication types.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration AuthenticationTypes
'Usage
Dim instance As AuthenticationTypes
[FlagsAttribute]
public enum AuthenticationTypes
[FlagsAttribute]
public enum class AuthenticationTypes
[<FlagsAttribute>]
type AuthenticationTypes
public enum AuthenticationTypes
Members
| Member name | Description | |
|---|---|---|
| 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. |