Compartir a través de


CacheRefreshPlan.CacheRefreshPlanID Propiedad

Gets or sets the unique identifier for the cache refresh plan.

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property CacheRefreshPlanID As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A string value that represents a unique identifier for the cache refresh plan.

Vea también

Referencia

CacheRefreshPlan Clase

Espacio de nombres ReportService2010

Otros recursos

Almacenar en caché conjuntos de datos compartidos (SSRS)

Informes almacenados en caché (SSRS)