ScheduleDefinition Clase

Definición

Representa una programación definida.

public ref class ScheduleDefinition : 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 ScheduleDefinition : 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 ScheduleDefinition = class
    inherit ScheduleDefinitionOrReference
Public Class ScheduleDefinition
Inherits ScheduleDefinitionOrReference
Herencia
Atributos

Comentarios

Use la ScheduleDefinition clase junto con la Definition propiedad de la Schedule clase .

Los métodos y devuelven un ScheduleDefinition objeto como salida GetExecutionOptions y se pasan como entrada a los CreateSchedulemétodos , SetExecutionOptions, SetItemHistoryOptionsy SetScheduleProperties .GetItemHistoryOptions

Constructores

ScheduleDefinition()

Inicializa una nueva instancia de la clase ScheduleDefinition.

Propiedades

EndDate

Obtiene o establece la fecha y la hora de finalización de una programación.

EndDateSpecified

Obtiene o establece un valor que indica si se especifica la propiedad EndDate.

Item

Obtiene o establece el patrón de periodicidad de una programación.

StartDateTime

Obtiene o establece la fecha y la hora de inicio de una programación.

Se aplica a