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 イベントを発生させます。 |
events
PropertyChanged |
プロパティ値が変更するときに発生します。 |