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
- 属性
- 実装
コンストラクター
| 名前 | 説明 |
|---|---|
| AlertSchedule() |
AlertSchedule クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| EndDate |
スケジュールの実行が停止した日付を取得または設定します。 |
| ExtensionData |
追加のデータを含む構造体を取得または設定します。 |
| Name |
アラートスケジュールの名前を取得または設定します。 |
| RecurrenceInterval |
再帰間隔を取得または設定します。 |
| RecurrenceType |
再発間隔の値の種類(例えば分、時間、日)を取得したり設定したりします。 |
| StartDate |
スケジュールの実行開始日時を取得または設定します。 |
メソッド
| 名前 | 説明 |
|---|---|
| RaisePropertyChanged(String) |
指定されたプロパティの PropertyChanged イベントを発生させます。 |
イベント
| 名前 | 説明 |
|---|---|
| PropertyChanged |
プロパティ値が変更されたときに発生します。 |