Właściwość CacheRefreshPlan.ItemPath
Pobiera lub ustawia w pełni kwalifikowany adres URL element, z którą chcesz skojarzyć planu odświeżania pamięci podręcznej, w tym nazwę pliku (i rozszerzeniem w trybie SharePoint).
Przestrzeń nazw: ReportService2010
Zestaw: ReportService2010 (w ReportService2010.dll)
Składnia
'Deklaracja
Public Property ItemPath As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Pełni kwalifikowany adres URL element, z którą chcesz skojarzyć z pamięci podręcznej odświeżyć planu.
Zobacz także