SqlAuthenticationParameters 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
드라이버에서 인증 공급자로 전달된 AD 인증 매개 변수를 나타냅니다.
public ref class SqlAuthenticationParameters
public class SqlAuthenticationParameters
type SqlAuthenticationParameters = class
Public Class SqlAuthenticationParameters
- 상속
-
SqlAuthenticationParameters
생성자
SqlAuthenticationParameters(SqlAuthenticationMethod, String, String, String, String, String, String, Guid) |
지정된 인증 방법, 서버 이름, 데이터베이스 이름, 리소스 URI, 권한 URI, 사용자 로그인 이름/ID, 사용자 암호 및 연결 ID를 사용하여 SqlAuthenticationParameters 클래스의 새 인스턴스를 초기화합니다. |
SqlAuthenticationParameters(SqlAuthenticationMethod, String, String, String, String, String, String, Guid, Int32) |
지정된 인증 방법, 서버 이름, 데이터베이스 이름, 리소스 URI, 기관 URI, 사용자 로그인 이름/ID, 사용자 암호, 연결 ID 및 연결 시간 제한 값을 사용하여 클래스의 SqlAuthenticationParameters 새 인스턴스를 초기화합니다. |
필드
ConnectionTimeout |
연결 시간 제한 값을 가져옵니다. |
속성
AuthenticationMethod |
인증 방법을 가져옵니다. |
Authority |
기관 URI를 가져옵니다. |
ConnectionId |
연결 ID를 가져옵니다. |
ConnectionTimeout |
연결 시간 제한 값을 가져옵니다. |
DatabaseName |
데이터베이스 이름을 가져옵니다. |
Password |
사용자 암호를 가져옵니다. |
Resource |
리소스 URI입니다. |
ServerName |
서버 이름을 가져옵니다. |
UserId |
사용자 로그인 이름/ID를 가져옵니다. |