TimeExpiration.Minutes Property

 

Applies To: SQL Server 2016 Preview

The number of minutes that passes before a cached report expires.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public int Minutes { get; set; }
public:
property int Minutes {
    int get();
    void set(int value);
}
member Minutes : int with get, set
Public Property Minutes As Integer

Property Value

Type: System.Int32

An Integervalue.

See Also

TimeExpiration Class
ReportService2005 Namespace

Return to top