AlertSchedule 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
피드 데이터를 추출하는 데 사용되는 일정을 나타냅니다.
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
- 특성
- 구현
생성자
| Name | Description |
|---|---|
| AlertSchedule() |
AlertSchedule 클래스의 새 인스턴스를 초기화합니다. |
속성
| Name | Description |
|---|---|
| EndDate |
일정이 실행을 멈추는 날짜를 정하거나 정합니다. |
| ExtensionData |
추가 데이터가 포함된 구조를 가져오거나 설정합니다. |
| Name |
알림 일정의 이름을 받거나 설정합니다. |
| RecurrenceInterval |
재발 간격을 얻거나 설정합니다. |
| RecurrenceType |
분, 시간, 일과 같은 재발 간격의 값을 얻거나 설정합니다. |
| StartDate |
일정이 실행되기 시작하는 날짜를 받거나 설정합니다. |
메서드
| Name | Description |
|---|---|
| RaisePropertyChanged(String) |
지정된 성질에 대해 이벤트를 PropertyChanged 발생시킵니다. |
이벤트
| Name | Description |
|---|---|
| PropertyChanged |
속성 값이 변경되면 발생합니다. |