Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies the Sql90 authentication mode.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration Sql90AuthenticationMode
'Usage
Dim instance As Sql90AuthenticationMode
[FlagsAttribute]
public enum Sql90AuthenticationMode
[FlagsAttribute]
public enum class Sql90AuthenticationMode
public enum Sql90AuthenticationMode
Members
| Member name | Description | |
|---|---|---|
| Unknown | Mode is Unknown | |
| Basic | Mode is Basic | |
| Digest | Mode is Digest | |
| Integrated | Mode is Integrated | |
| Ntlm | Mode is Ntlm | |
| Kerberos | Mode is Kerberos | |
| Negotiate | Mode is Negotiate |