Freigeben über


AuthenticationModes-Enumeration

SQL Server 2005 authentication mode

Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Elementwerte zulässt.

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

Elemente

Elementname Beschreibung
Basic Basic
Digest Digest
Integrated Integrated
Kerberos Kerberos
Negotiate Negotiate
None None
Ntlm Ntlm

Siehe auch

Verweis

Microsoft.SqlServer.Dac.Model-Namespace