ScheduleExpiration Class
Definition
表示定义报表的缓存副本何时过期的计划。Represents a schedule that defines when a cached copy of a report expires.
public ref class ScheduleExpiration : ReportService2010::ExpirationDefinition
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class ScheduleExpiration : ReportService2010.ExpirationDefinition
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type ScheduleExpiration = class
inherit ExpirationDefinition
Public Class ScheduleExpiration
Inherits ExpirationDefinition
- Inheritance
- Attributes
Remarks
ScheduleExpiration对象作为方法的输出返回 GetCacheOptions ,并在 SetCacheOptions 缓存中的报表根据计划过期时作为输入传递给方法。A ScheduleExpiration object is returned as output by the GetCacheOptions method and is passed as input to the SetCacheOptions method when a report in cache expires according to a schedule. 有关报表的缓存设置的详细信息,请参阅 (SSRS) 缓存报表 。For more information about the cache settings for a report, see Caching Reports (SSRS).
Constructors
ScheduleExpiration() |
初始化 ScheduleExpiration 类的新实例。Initializes a new instance of the ScheduleExpiration class. |
Properties
Item |
获取或设置缓存报表的计划过期时间。Gets or sets the scheduled expiration of a cached report. |