Sql90AuthenticationMode Enumeration

Specifies a 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
[<FlagsAttribute>]
type 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

Remarks

See ISql90HttpProtocolSpecifier, ISql90ServiceBrokerLanguageSpecifier, and ISql90DatabaseMirroringLanguageSpecifier.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace