Udostępnij za pośrednictwem


Właściwość CacheRefreshPlan.CacheRefreshPlanID

Pobiera lub ustawia identyfikator unikatowy planu odświeżania pamięci podręcznej.

Przestrzeń nazw:  ReportService2010
Zestaw:  ReportService2010 (w ReportService2010.dll)

Składnia

'Deklaracja
Public Property CacheRefreshPlanID As String
    Get
    Set
'Użycie
Dim instance As CacheRefreshPlan
Dim value As String

value = instance.CacheRefreshPlanID

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

Wartość właściwości

Typ: System.String
A ciąg wartość, która reprezentuje identyfikator unikatowy planu odświeżania pamięci podręcznej.