Sql90AuthenticationMode 列挙体

Sql90 認証モードを指定します。

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

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

構文

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

メンバ

メンバ名 説明
Unknown モードは Unknown です。
Basic モードは Basic です。
Digest モードは Digest です。
Integrated モードは Integrated です。
Ntlm モードは Ntlm です。
Kerberos モードは Kerberos です。
Negotiate モードは Negotiate です。

参照

参照

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer 名前空間