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

如果報表伺服器在連接資料來源時,將使用者所提供或儲存的認證當做 Windows 認證來傳遞,則為 true,否則為 false。 預設為 false

備註

WindowsCredentials 設定為時 true ,當報表伺服器連接到資料來源時,提交的認證會以 Windows 認證的形式處理。

報表伺服器會先模擬使用者,然後再建立與資料來源的連接。

CredentialRetrieval 屬性設定為或時,這個屬性會是有效的 Prompt Store 。 如果設定為,則會忽略這個屬性 CredentialRetrieval Integrated

適用於