ReportingService2005.FlushCache(String) 方法

定義

使個別報表的快取失效。

public:
 void FlushCache(System::String ^ Report);
public void FlushCache (string Report);
member this.FlushCache : string -> unit
Public Sub FlushCache (Report As String)

參數

Report
String

報表的完整 URL。

備註

下表顯示標頭以及有關這項作業的權限資訊。

SOAP 標頭 (In) BatchHeaderValue

(Out) ServerInfoHeaderValue
必要權限 UpdatePolicy

在非快取的 FlushCache 報表上呼叫方法並不會產生錯誤。

參數的長度 Report 不能超過260個字元; 否則會擲回 SOAP 例外狀況,並傳回錯誤碼 rsItemLengthExceeded

Report參數不可為 null 或空白,或包含下列保留字元: : ? ; @ & = + $ , \ * > < | . " 。 您可以使用正斜線字元 (/) 將資料夾的完整路徑名稱中的專案分開,但不能在資料夾名稱的結尾使用它。

適用於