AlertSchedule 类

定义

表示用于提前馈送数据的计划。

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
继承
AlertSchedule
属性
实现

构造函数

AlertSchedule()

初始化 AlertSchedule 类的新实例。

属性

EndDate

获取或设置计划停止执行的日期和时间。

ExtensionData

获取或设置包含额外数据的结构。

Name

获取或设置警报计划的名称。

RecurrenceInterval

获取或设置重复间隔。

RecurrenceType

获取或设置重复间隔的值的类型,例如分钟、小时、天。

StartDate

获取或设置计划开始执行的日期和时间。

方法

RaisePropertyChanged(String)

对指定的属性引发 PropertyChanged 事件。

事件

PropertyChanged

在属性值更改时发生。

适用于