Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Specifies authentication types.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
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
Members
| Member name | Description | |
|---|---|---|
| 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. |