NoSchedule Classe
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.
Représente un état dans lequel aucune planification n'est associée aux paramètres d'exécution ou d'historique d'instantané d'un rapport.
public ref class NoSchedule : ReportService2010::ScheduleDefinitionOrReference
[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 NoSchedule : ReportService2010.ScheduleDefinitionOrReference
[<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 NoSchedule = class
inherit ScheduleDefinitionOrReference
Public Class NoSchedule
Inherits ScheduleDefinitionOrReference
- Héritage
- Attributs
Remarques
Un NoSchedule objet est passé en tant qu’entrée aux SetExecutionOptions méthodes et pour SetItemHistoryOptions indiquer qu’un rapport ou un instantané d’historique de rapport ne s’exécute pas selon une planification.
Constructeurs
NoSchedule() |
Initialise une nouvelle instance de la classe NoSchedule. |