AlertSchedule Clase

Definición

Representa la programación utilizada para extraer datos de la fuente de distribución.

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

AlertSchedule()

Inicializa una nueva instancia de la clase AlertSchedule.

Propiedades

EndDate

Obtiene o establece la fecha y hora en que se deja de ejecutar la programación.

ExtensionData

Obtiene o establece la estructura que contiene datos adicionales.

Name

Obtiene o establece el nombre de la programación de alerta.

RecurrenceInterval

Obtiene o establece el intervalo de periodicidad.

RecurrenceType

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

StartDate

Obtiene o establece la fecha y hora en que comienza a ejecutarse la programación.

Métodos

RaisePropertyChanged(String)

Inicia el evento PropertyChanged para la propiedad especificada.

Eventos

PropertyChanged

Tiene lugar cuando cambia un valor de propiedad.

Se aplica a