다음을 통해 공유


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

속성 값이 변경될 때 발생합니다.

적용 대상