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.
Specifies the Windows authentication protocols.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration AuthenticationProtocol
'Usage
Dim instance As AuthenticationProtocol
public enum AuthenticationProtocol
public enum class AuthenticationProtocol
type AuthenticationProtocol
public enum AuthenticationProtocol
Members
| Member name | Description | |
|---|---|---|
| NotSpecified | The protocol is NotSpecified. | |
| Windows | The protocol is Windows. | |
| WindowsKerberos | The protocol is WindowsKerberos. | |
| WindowsNegotiate | The protocol is WindowsNegotiate. | |
| WindowsNtlm | The protocol is WindowsNtlm. |