Microsoft.BizTalk.Server.2013R2.BizTalkRuntimeRoleBizTalk Run-Time Role

Microsoft.BizTalk.Server.2013R2.BizTalkRuntimeRole (ClassType)

This role indicates that the BizTalk Server run-time component is installed and configured on a computer.

Knowledge Base article:

Summary

BizTalk Runtime role indicates that the BizTalk Server run-time component is installed and configured on a computer.

Element properties:

Base ClassMicrosoft.BizTalk.Server.2013R2.ServerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc6ab8f12-a439-12ae-5ed8-761234126bda

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.2013R2.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.2013R2.BizTalkRuntimeRole:
NetbiosComputerName  string  NetBIOS Computer Name NetBIOS computer name false 256  False 
MsgBoxDbName  string  MessageBox Database Name Name of the primary BizTalk MessageBox database for the BizTalk group false 256  False 
MsgBoxDbServerName  string  MessageBox Database Server Name Name of the primary BizTalk MessageBox database server for the BizTalk group false 256  False 
TrackingDbName  string  Tracking Database Name Name of the BizTalk Tracking database for the BizTalk group false 256  False 
TrackingDbServerName  string  Tracking Database Server Name Name of the BizTalk Tracking database server for the BizTalk group false 256  False 
SSODbName  string  SSO Database Name Name of the SSO database for the BizTalk group false 256  False 
SSODbServerName  string  SSO Database Server Name Name of the SSO database server for the BizTalk group false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Server.2013R2.BizTalkRuntimeRole" Accessibility="Public" Abstract="false" Base="Microsoft.BizTalk.Server.2013R2.ServerRole" Hosted="true" Singleton="false">
<Property ID="NetbiosComputerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MsgBoxDbName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MsgBoxDbServerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="TrackingDbName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="TrackingDbServerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SSODbName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SSODbServerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>