次の方法で共有


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 名前空間