AlertSchedule Classe

Definição

Representa a agenda usada para extrair dados de feed.

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
Herança
AlertSchedule
Atributos
Implementações

Construtores

AlertSchedule()

Inicializa uma nova instância da classe AlertSchedule.

Propriedades

EndDate

Obtém ou define a data e a hora de interrupção da execução da agenda.

ExtensionData

Obtém ou define a estrutura que contém dados extras.

Name

Obtém ou define o nome da agenda de alerta.

RecurrenceInterval

Obtém ou define o intervalo de recorrência.

RecurrenceType

Obtém ou define o tipo de valor do intervalo de recorrência; por exemplo, minutos, horas, dias.

StartDate

Obtém ou define a data e a hora de início da execução da agenda.

Métodos

RaisePropertyChanged(String)

Gera o evento PropertyChanged da propriedade especificada.

Eventos

PropertyChanged

Ocorre quando um valor de propriedade é alterado.

Aplica-se a