Microsoft.BizTalk.Server.2010.RuleEngineRoleRule Engine Role

Microsoft.BizTalk.Server.2010.RuleEngineRole (ClassType)

This role indicates that the BizTalk Server Business Rule Engine component is installed and configured on a computer.

Knowledge Base article:

Summary

This role indicates that the BizTalk Server Business Rule Engine component is installed and configured on a computer.

Element properties:

Base ClassMicrosoft.BizTalk.Server.2010.ServerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb6704b37-4ce9-9f20-b0f5-624639a4c152

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.2010.ServerRole:
ComputerName  string  Computer Name Name of the computer on which the server role instance is discovered true 256  False 
MgmtDbName  string  Management Database Name Name of the BizTalk Management database for the BizTalk group false 256  False 
MgmtDbServerName  string  Management Database Server Name Name of the BizTalk Management database server for the BizTalk group false 256  False 
Microsoft.BizTalk.Server.2010.RuleEngineRole:
RulesDbName  string  Rules Database Name Name of the BizTalk Business Rule Engine database for the BizTalk group false 256  False 
RulesDbServerName  string  Rules Database Server Name Name of the BizTalk Business Rule Engine database server for the BizTalk group false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Server.2010.RuleEngineRole" Accessibility="Public" Abstract="false" Base="Microsoft.BizTalk.Server.2010.ServerRole" Hosted="true" Singleton="false">
<Property ID="RulesDbName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RulesDbServerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>