Share via


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 事件。

事件

PropertyChanged

属性值更改时发生。

适用于