CacheRefreshPlan.CacheRefreshPlanID 属性

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

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.dll 中)

语法

声明
Public Property CacheRefreshPlanID As String 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

CacheRefreshPlan 类

ReportService2010 命名空间

其他资源

缓存共享数据集 (SSRS)

缓存报表 (SSRS)