Microsoft.BizTalk.Server.2010.BizTalkGroupDeploymentBizTalk Group Deployment

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

The counterpart of the BizTalk group in the deployment model.

Knowledge Base article:

Summary

The BizTalk group is a unit of organization that usually represents an enterprise, department, hub, or other business units that require a contained BizTalk Server implementation. The BizTalk group has a one-to-one relationship with a BizTalk Server Management database (also known as the BizTalk Server Configuration database in BizTalk Server).

The BizTalk Group Deployment object is part of BizTalk Deployment View model; the object identifies a BizTalk Server installation and its health depends on the health of Runtime role, Rule Engine role and BAM role.

Element properties:

Base ClassSystem.Service
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf7e537f7-9e63-57c7-3c4b-ea498db40cc2

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.BizTalkGroupDeployment:
Name  string  Name Name of the BizTalk group false 256  False 
MgmtDbName  string  Management Database Name Name of the BizTalk Management database true 256  False 
MgmtDbServerName  string  Management Database Server Name Name of the BizTalk Management database server true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Server.2010.BizTalkGroupDeployment" Accessibility="Public" Abstract="false" Base="System!System.Service" Hosted="false" Singleton="false">
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MgmtDbName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MgmtDbServerName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>