Microsoft.SystemCenter.Datawarehouse.OM.AlertMicrosoft.SystemCenter.Datawarehouse.OM.Alert (ClassType)

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId262f3c1f-23af-2956-024f-51488963c62c

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False   
Microsoft.SystemCenter.Datawarehouse.OM.Alert:
TargetEntityDimKey  int      false 256     
AlertProblemGuid  guid      false 256     
AlertName  string      false 256  False   
AlertDescription  string      false 256  False   
IsMonitorAlert  bool      false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Datawarehouse.OM.Alert" Base="System!System.Entity" Accessibility="Public" Hosted="false" Abstract="true">
<Property ID="TargetEntityDimKey" Type="int"/>
<Property ID="AlertProblemGuid" Type="guid"/>
<Property ID="AlertName" Type="string" MaxLength="256"/>
<Property ID="AlertDescription" Type="string" MaxLength="256"/>
<Property ID="IsMonitorAlert" Type="bool" Required="true" DefaultValue="0"/>
</ClassType>