共用方式為


Sql90AuthenticationModes 列舉型別

定義 SQL Server 2005 驗證模式,以進行端點驗證。

這個列舉型別的 FlagsAttribute 屬性允許將其成員值以位元組合的方式來使用。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
<FlagsAttribute> _
Public Enumeration Sql90AuthenticationModes
[FlagsAttribute]
public enum Sql90AuthenticationModes
[FlagsAttribute]
public enum class Sql90AuthenticationModes
[<FlagsAttribute>]
type Sql90AuthenticationModes
public enum Sql90AuthenticationModes

成員

成員名稱 說明
None 不指定驗證。
Basic 指定基本驗證。
Digest 指定摘要式驗證。
Integrated 指定伺服器會嘗試使用用戶端用來要求驗證的類型來驗證用戶端。
Ntlm 指定 Windows NTLM 驗證。
Kerberos 指定 Kerberos 驗證。
Negotiate 指定端點必須使用 Windows 交涉通訊協定來選取 NTLM 或 Kerberos。

請參閱

參考

Microsoft.Data.Schema.Sql.SchemaModel 命名空間