AuthenticationProtocol 列舉
Specifies the Windows authentication protocols.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Enumeration AuthenticationProtocol
'用途
Dim instance As AuthenticationProtocol
public enum AuthenticationProtocol
public enum class AuthenticationProtocol
type AuthenticationProtocol
public enum AuthenticationProtocol
成員
成員名稱 | 說明 | |
---|---|---|
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. |