Freigeben über


AuthenticationTypes-Enumeration

Specifies authentication types.

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration AuthenticationTypes
'Usage
Dim instance As AuthenticationTypes
[FlagsAttribute]
public enum AuthenticationTypes
[FlagsAttribute]
public enum class AuthenticationTypes
[<FlagsAttribute>]
type AuthenticationTypes
public enum AuthenticationTypes

Elemente

Elementname Beschreibung
Basic The type is Basic.
Digest The type is Digest.
Integrated The type is Integrated.
Kerberos The type is Kerberos.
None The type is None.
Ntlm The type is Ntlm.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace