AlertSchedule Clase

Definición

Representa el horario utilizado para extraer los datos de la fuente.

public ref class AlertSchedule : System::ComponentModel::INotifyPropertyChanged, System::Runtime::Serialization::IExtensibleDataObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="AlertSchedule", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
[System.Serializable]
public class AlertSchedule : System.ComponentModel.INotifyPropertyChanged, System.Runtime.Serialization.IExtensibleDataObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="AlertSchedule", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")>]
[<System.Serializable>]
type AlertSchedule = class
    interface IExtensibleDataObject
    interface INotifyPropertyChanged
Public Class AlertSchedule
Implements IExtensibleDataObject, INotifyPropertyChanged
Herencia
AlertSchedule
Atributos
Implementaciones

Constructores

Nombre Description
AlertSchedule()

Inicializa una nueva instancia de la clase AlertSchedule.

Propiedades

Nombre Description
EndDate

Obtiene o fija la fecha y hora en la que el horario deja de ejecutarse.

ExtensionData

Obtiene o establece la estructura que contiene datos adicionales.

Name

Obtiene o establece el nombre del calendario de alertas.

RecurrenceInterval

Obtiene o establece el intervalo de recurrencia.

RecurrenceType

Obtiene o establece el tipo de valor para el intervalo de recurrencia, por ejemplo minutos, horas, días.

StartDate

Obtiene o fija la fecha y la hora en que empieza a ejecutarse el calendario.

Métodos

Nombre Description
RaisePropertyChanged(String)

Aumenta el PropertyChanged evento para la propiedad especificada.

Eventos

Nombre Description
PropertyChanged

Se produce cuando cambia un valor de propiedad.

Se aplica a