AuthenticationTypes 열거형
Specifies authentication types.
이 열거형에는 해당 멤버 값에 대한 비트 조합이 가능한 FlagsAttribute 특성이 있습니다.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
<FlagsAttribute> _
Public Enumeration AuthenticationTypes
‘사용 방법
Dim instance As AuthenticationTypes
[FlagsAttribute]
public enum AuthenticationTypes
[FlagsAttribute]
public enum class AuthenticationTypes
[<FlagsAttribute>]
type AuthenticationTypes
public enum AuthenticationTypes
멤버
멤버 이름 | 설명 | |
---|---|---|
Basic | The type is Basic. | |
Digest | The type is Digest. | |
Integrated | The type is Integrated. | |
Kerberos | The type is Kerberos. | |
None | The type is None. | |
Ntlm | The type is Ntlm. |