次の方法で共有


AuthenticationModes 列挙体

SQL Server 2005 の認証モード

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

名前空間:  Microsoft.SqlServer.Dac.Model
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

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

メンバー

メンバー名 説明
Basic 基本
Digest ダイジェスト
Integrated 統合
Kerberos Kerberos
Negotiate Negotiate
None なし
Ntlm NTLM

関連項目

参照

Microsoft.SqlServer.Dac.Model 名前空間