ScheduleExpiration.Item Property
Gets or sets the scheduled expiration of a cached report.
Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly: ReportService2005 (in reportingservice2005.dll)
Syntax
'Declaration
<XmlElementAttribute("ScheduleDefinition", GetType(ScheduleDefinition))> _
<XmlElementAttribute("ScheduleReference", GetType(ScheduleReference))> _
Public Property Item As ScheduleDefinitionOrReference
[XmlElementAttribute("ScheduleDefinition", typeof(ScheduleDefinition))]
[XmlElementAttribute("ScheduleReference", typeof(ScheduleReference))]
public ScheduleDefinitionOrReference Item { get; set; }
[XmlElementAttribute(L"ScheduleDefinition", typeof(ScheduleDefinition))]
[XmlElementAttribute(L"ScheduleReference", typeof(ScheduleReference))]
public:
property ScheduleDefinitionOrReference^ Item {
ScheduleDefinitionOrReference^ get ();
void set (ScheduleDefinitionOrReference^ value);
}
/** @property */
public ScheduleDefinitionOrReference get_Item ()
/** @property */
public void set_Item (ScheduleDefinitionOrReference value)
public function get Item () : ScheduleDefinitionOrReference
public function set Item (value : ScheduleDefinitionOrReference)
Property Value
A ScheduleDefinitionOrReference object.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ScheduleExpiration Class
ScheduleExpiration Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace