ScheduleExpiration.Item Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l'expiration planifiée d'un rapport mis en cache.
public:
property ReportService2010::ScheduleDefinitionOrReference ^ Item { ReportService2010::ScheduleDefinitionOrReference ^ get(); void set(ReportService2010::ScheduleDefinitionOrReference ^ value); };
[System.Xml.Serialization.XmlElement("ScheduleDefinition", typeof(ReportService2010.ScheduleDefinition))]
[System.Xml.Serialization.XmlElement("ScheduleReference", typeof(ReportService2010.ScheduleReference))]
public ReportService2010.ScheduleDefinitionOrReference Item { get; set; }
[<System.Xml.Serialization.XmlElement("ScheduleDefinition", typeof(ReportService2010.ScheduleDefinition))>]
[<System.Xml.Serialization.XmlElement("ScheduleReference", typeof(ReportService2010.ScheduleReference))>]
member this.Item : ReportService2010.ScheduleDefinitionOrReference with get, set
Public Property Item As ScheduleDefinitionOrReference
Valeur de propriété
Retourne l’expiration planifiée d’un rapport mis en cache.
- Attributs