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
- 屬性
- 實作
建構函式
| 名稱 | Description |
|---|---|
| AlertSchedule() |
初始化 AlertSchedule 類別的新執行個體。 |
屬性
| 名稱 | Description |
|---|---|
| EndDate |
取得或設定排程停止執行的日期時間。 |
| ExtensionData |
取得或設定包含額外資料的結構。 |
| Name |
取得或設定警報時間表的名稱。 |
| RecurrenceInterval |
取得或設定遞迴間隔。 |
| RecurrenceType |
取得或設定重複間隔的值類型,例如分鐘、小時、天。 |
| StartDate |
取得或設定排程開始執行的日期時間。 |
方法
| 名稱 | Description |
|---|---|
| RaisePropertyChanged(String) |
為指定屬性提出 PropertyChanged 事件。 |
事件
| 名稱 | Description |
|---|---|
| PropertyChanged |
發生於屬性值變更時。 |