AlertDefinition 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
경고가 평가되는 규칙을 나타냅니다.
public ref class AlertDefinition : 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="AlertDefinition", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
[System.Serializable]
public class AlertDefinition : 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="AlertDefinition", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")>]
[<System.Serializable>]
type AlertDefinition = class
interface IExtensibleDataObject
interface INotifyPropertyChanged
Public Class AlertDefinition
Implements IExtensibleDataObject, INotifyPropertyChanged
- 상속
-
AlertDefinition
- 특성
- 구현
생성자
| Name | Description |
|---|---|
| AlertDefinition() |
AlertDefinition 클래스의 새 인스턴스를 초기화합니다. |
속성
| Name | Description |
|---|---|
| AlertDefinitionId |
UI에서 생성된 고유 키를 얻거나 설정합니다. |
| CreateBy |
알림 정의를 만든 사용자의 식별자를 받거나 설정합니다. |
| DefinitionCulture |
정의를 위한 지역 문화를 얻거나 설정합니다. |
| ExtensionData |
추가 데이터를 포함하는 객체를 받거나 설정합니다. |
| LastTriggered |
경고 정의가 마지막으로 트리거된 시간을 받습니다. |
| LastTriggeredInstaceCount |
알림 정의가 트리거될 때 번호를 받거나 설정합니다. |
| ModifiedDate |
정의가 수정된 마지막 날짜를 받습니다. |
| Name |
알림 정의의 이름을 받거나 설정합니다. |
| RuleDefinition |
알림 평가 규칙을 나타내는 XML을 받거나 설정합니다. |
| SourceUrl |
알림 정의의 URL을 얻습니다. |
메서드
| Name | Description |
|---|---|
| RaisePropertyChanged(String) |
지정된 성질에 대해 이벤트를 PropertyChanged 발생시킵니다. |
이벤트
| Name | Description |
|---|---|
| PropertyChanged |
부동산 가치가 변동할 때 발생합니다. |