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.
SQL Server 2005 authentication mode
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration AuthenticationModes
'Usage
Dim instance As AuthenticationModes
[FlagsAttribute]
public enum AuthenticationModes
[FlagsAttribute]
public enum class AuthenticationModes
[<FlagsAttribute>]
type AuthenticationModes
public enum AuthenticationModes
Members
| Member name | Description | |
|---|---|---|
| Basic | Basic | |
| Digest | Digest | |
| Integrated | Integrated | |
| Kerberos | Kerberos | |
| Negotiate | Negotiate | |
| None | None | |
| Ntlm | Ntlm |