AuthenticationTypes 列挙体

認証の種類を指定します。

この列挙体には、メンバ値のビットごとの組み合わせを可能にする FlagsAttribute 属性が含まれています。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
<FlagsAttribute> _
Public Enumeration AuthenticationTypes
'使用
Dim instance As AuthenticationTypes
[FlagsAttribute]
public enum AuthenticationTypes
[FlagsAttribute]
public enum class AuthenticationTypes
public enum AuthenticationTypes

メンバ

メンバ名 説明
None 種類は None です。
Basic 種類は Basic です。
Digest 種類は Digest です。
Integrated 種類は Integrated です。
Ntlm 種類は Ntlm です。
Kerberos 種類は Kerberos です。

参照

参照

Microsoft.Data.Schema.ScriptDom.Sql 名前空間