Microsoft.BizTalk.Server.2013.BAMAlertsBAM Alerts

Microsoft.BizTalk.Server.2013.BAMAlerts (ClassType)

Represents the BAM alerts component configured on a computer, and can be configured only if BAM run time is configured.

Knowledge Base article:

Summary

BAM alerts are SQL Server Notification Services generated by the BAM infrastructure (consists of SQL Server tables, BAM views, stored procedures, and Data Transformation Services (DTS) packages in the BAM databases (Primary Import, Archive, Star Schema, and Analysis) as configured and managed through incremental deployments of BAM definitions.) to inform the recipient that a given set of conditions exists. Users define the conditions for an alert and then automated services generate the alert whenever those conditions are met.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7d9084c7-09e5-3402-c6ba-a773282d3c5d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.BizTalk.Server.2013.BAMAlerts:
BAMAlertsServiceName  string  BAM Alerts Service Name Name of the BAM alerts service true 256  False 
BAMAlertsServerName  string  BAM Alerts Server Name Name of the server on which BAM alerts service is running true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Server.2013.BAMAlerts" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="BAMAlertsServiceName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BAMAlertsServerName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>