DataSourceDefinition.WindowsCredentials 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
보고서 서버에서 데이터 원본에 연결할 때 사용자가 제공한 자격 증명이나 저장된 자격 증명을 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 이 속성은 무시됩니다.