DataSource.SetCachedCredentials(CachedCredentials) 方法

定義

從快取的檔案設定憑證。

public:
 void SetCachedCredentials(Microsoft::ReportDesigner::Data::CachedCredentials ^ creds);
public void SetCachedCredentials(Microsoft.ReportDesigner.Data.CachedCredentials creds);
member this.SetCachedCredentials : Microsoft.ReportDesigner.Data.CachedCredentials -> unit
Public Sub SetCachedCredentials (creds As CachedCredentials)

參數

creds
CachedCredentials

憑證被快取了。

適用於