Microsoft.BizTalk.Server.2013R2.ServerRoleServer Role

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

Base class for BizTalk server roles

Knowledge Base article:

Summary

This is a base class for BizTalk Server roles. The development, maintenance, and administration of a BizTalk Server environment encompass these roles with distinct responsibilities.

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdce061530-43fe-1f0c-bd83-84c48efe79e9

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 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Server.2013R2.ServerRole" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false">
<Property ID="ComputerName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MgmtDbName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MgmtDbServerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>