DataSourceDefinition.WindowsCredentials 속성

정의

보고서 서버에서 데이터 원본에 연결할 때 사용자가 제공한 자격 증명이나 저장된 자격 증명을 Windows 자격 증명으로 전달하는지 여부를 나타냅니다.

public:
 property bool WindowsCredentials { bool get(); void set(bool value); };
public bool WindowsCredentials { get; set; }
member this.WindowsCredentials : bool with get, set
Public Property WindowsCredentials As Boolean

속성 값

Boolean 값입니다. 기본값은 false입니다.

설명

가 로 true설정된 경우 WindowsCredentials 제출된 자격 증명은 데이터 원본에 연결할 때 Windows 자격 증명으로 처리됩니다.

보고서 서버는 데이터 원본에 연결하기 전에 사용자를 가장합니다.

이 속성은 속성이 CredentialRetrieval 또는 Store로 설정된 경우에 유효합니다Prompt. 가 로 설정된 Integrated경우 CredentialRetrieval 이 속성은 무시됩니다.

적용 대상