Proprietà CacheRefreshPlan.ItemPath

Gets or sets the fully qualified URL of the item with which to associate the cache refresh plan, including the file name (and extension in SharePoint mode).

Spazio dei nomi  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Sintassi

'Dichiarazione
Public Property ItemPath As String 
    Get 
    Set
'Utilizzo
Dim instance As CacheRefreshPlan 
Dim value As String 

value = instance.ItemPath

instance.ItemPath = value
public string ItemPath { get; set; }
public:
property String^ ItemPath {
    String^ get ();
    void set (String^ value);
}
member ItemPath : string with get, set
function get ItemPath () : String 
function set ItemPath (value : String)

Valore proprietà

Tipo: System.String
The fully qualified URL of the item with which to associate the cache refresh plan.

Vedere anche

Riferimento

CacheRefreshPlan Classe

Spazio dei nomi ReportService2010

Altre risorse

Memorizzare nella cache set di dati condivisi (SSRS)

Memorizzazione dei report nella cache (SSRS)