SqlConnectionStringBuilder.Authentication 속성

정의

public:
 property Microsoft::Data::SqlClient::SqlAuthenticationMethod Authentication { Microsoft::Data::SqlClient::SqlAuthenticationMethod get(); void set(Microsoft::Data::SqlClient::SqlAuthenticationMethod value); };
public Microsoft.Data.SqlClient.SqlAuthenticationMethod Authentication { get; set; }
member this.Authentication : Microsoft.Data.SqlClient.SqlAuthenticationMethod with get, set
Public Property Authentication As SqlAuthenticationMethod

속성 값

연결 문자열 인증 방법입니다.

설명

자세한 내용은 SqlClient에서 Azure Active Directory 인증 사용을 참조하세요.

적용 대상