SqlAuthenticationMethod 열거형

정의

Azure SQL Database에 연결하는 클라이언트에서 사용할 수 있는 다른 SQL 인증 방법에 대해 설명합니다. 자세한 내용은 Azure Active Directory 인증을 사용하여 SQL Database에 연결을 참조하세요.

public enum class SqlAuthenticationMethod
public enum SqlAuthenticationMethod
type SqlAuthenticationMethod = 
Public Enum SqlAuthenticationMethod
상속
SqlAuthenticationMethod

필드

ActiveDirectoryIntegrated 3

인증 방법에서 Active Directory 통합을 사용합니다. Windows 통합 인증을 사용하여 SQL Database에 연결하려면 Active Directory 통합을 사용합니다.

ActiveDirectoryInteractive 4

인증 방법에서 Active Directory Interactive를 사용합니다. .NET Framework 4.7.2 이후부터 사용할 수 있습니다.

ActiveDirectoryPassword 2

인증 방법에서 Active Directory 암호를 사용합니다. Azure AD 주체 이름과 암호를 사용하여 SQL Database에 연결하는 데 Active Directory 암호를 사용합니다.

NotSpecified 0

인증 방법이 지정되지 않았습니다.

SqlPassword 1

인증 방법이 SQL 암호입니다.

적용 대상