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 네임스페이스