AlertDefinitionCreate クラス

定義

Windows Communication Foundation の警告の定義を新しく作成します。

public ref class AlertDefinitionCreate : 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="AlertDefinitionCreate", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
[System.Serializable]
public class AlertDefinitionCreate : 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="AlertDefinitionCreate", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")>]
[<System.Serializable>]
type AlertDefinitionCreate = class
    interface IExtensibleDataObject
    interface INotifyPropertyChanged
Public Class AlertDefinitionCreate
Implements IExtensibleDataObject, INotifyPropertyChanged
継承
AlertDefinitionCreate
属性
実装

コンストラクター

AlertDefinitionCreate()

AlertDefinitionCreate クラスの新しいインスタンスを初期化します。

プロパティ

DefinitionCulture

定義のロケール カルチャを取得または設定します。

ExtensionData

追加のデータを含むオブジェクトを取得または設定します。

FeedId

フィード識別子を取得または設定します。

Name

定義の名前を取得または設定します。

RuleDefinition

警告の評価ルールを表す XML を取得または設定します。

メソッド

RaisePropertyChanged(String)

指定されたプロパティの PropertyChanged イベントを発生させます。

events

PropertyChanged

プロパティの値が変更されたときに発生します。

適用対象