Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |