Udostępnij za pośrednictwem


Właściwość CacheRefreshPlan.Description

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

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

Składnia

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

value = instance.Description

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

Wartość właściwości

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