SqlAuthenticationParameters 클래스

정의

드라이버가 인증 공급자에게 전달한 AD 인증 매개 변수를 나타냅니다.

public ref class SqlAuthenticationParameters
public ref class SqlAuthenticationParameters sealed
public class SqlAuthenticationParameters
public sealed class SqlAuthenticationParameters
type SqlAuthenticationParameters = class
Public Class SqlAuthenticationParameters
Public NotInheritable Class SqlAuthenticationParameters
상속
SqlAuthenticationParameters

생성자

Name Description
SqlAuthenticationParameters(SqlAuthenticationMethod, String, String, String, String, String, String, Guid, Int32)

모든 속성에 대한 값을 사용하여 생성합니다.

SqlAuthenticationParameters(SqlAuthenticationMethod, String, String, String, String, String, String, Guid)

지정된 인증 방법, 서버 이름, 데이터베이스 이름, 리소스 URI, 기관 URI, 사용자 로그인 이름/ID, 사용자 암호 및 연결 ID를 사용하여 클래스의 SqlAuthenticationParameters 새 인스턴스를 초기화합니다.

필드

Name Description
ConnectionTimeout

연결 시간 제한 값을 가져옵니다.

속성

Name Description
AuthenticationMethod

인증 방법을 가져옵니다.

Authority

기관 URI를 가져옵니다.

ConnectionId

연결 ID를 가져옵니다.

ConnectionTimeout

인증 제한 시간 값을 초 단위로 가져옵니다.

DatabaseName

데이터베이스 이름을 가져옵니다.

Password

사용자 암호를 가져옵니다.

Resource

리소스 URI입니다.

ServerName

서버 이름을 가져옵니다.

UserId

사용자 로그인 이름/ID를 가져옵니다.

적용 대상