หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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. |