Поделиться через


TimeExpiration.Minutes Property

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

Пространство имен: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Сборка: ReportService2005 (in reportingservice2005.dll)

Синтаксис

'Декларация
Public Property Minutes As Integer
public int Minutes { get; set; }
public:
property int Minutes {
    int get ();
    void set (int value);
}
/** @property */
public int get_Minutes ()

/** @property */
public void set_Minutes (int value)
public function get Minutes () : int

public function set Minutes (value : int)

Значение свойства

An Integervalue.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

TimeExpiration Class
TimeExpiration Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace