Microsoft.BizTalk.Library.OrchestrationOrchestration

Microsoft.BizTalk.Library.Orchestration (ClassType)

An Orchestration is a business process built using the XLANG/s language and is executed in the XLANG Engine

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2bfa7c3d-ef90-91e2-3b89-57ed9f9153e6

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.Library.Orchestration:
Name  string  Name Contains the name of the orchestration. true 256  False 
AssemblyName  string  Assembly Name Contains the name of the Microsoft® .NET-based assembly to which the orchestration belongs. true 256  False 
AssemblyVersion  string  Assembly Version Contains the version of the .NET assembly to which this orchestration belongs. true 256  False 
AssemblyCulture  string  Assembly Culture Contains the culture of the .NET assembly to which this orchestration belongs. true 256  False 
AssemblyPublicKeyToken  string  Assembly Public Key Token Contains the public key token of the .NET assembly to which this orchestration belongs. true 256  False 
MgmtDbServerOverride  string  Management Database Server Override Overrides the data source part of the BizTalk Management database connect string. This property was not implemented for BizTalk Server and is reserved for future use. true 256  False 
MgmtDbNameOverride  string  Management Database Name Override Overrides the initial catalog part of the BizTalk Management database connect string, and represents the database name. This property was not implemented for BizTalk Server and is reserved for future use. true 256  False 
HostName  string  Host Name Contains the name of the BizTalk Host with which this orchestration is enlisted. false 256  False 
OrchestrationStatus  string  Orchestration Status Indicates the status of the orchestration. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Library.Orchestration" Abstract="false" Accessibility="Public" Hosted="true" Singleton="false" Base="Windows!Microsoft.Windows.ApplicationComponent">
<Property Type="string" ID="Name" Key="true"/>
<Property Type="string" ID="AssemblyName" Key="true"/>
<Property Type="string" ID="AssemblyVersion" Key="true"/>
<Property Type="string" ID="AssemblyCulture" Key="true"/>
<Property Type="string" ID="AssemblyPublicKeyToken" Key="true"/>
<Property Type="string" ID="MgmtDbServerOverride" Key="true"/>
<Property Type="string" ID="MgmtDbNameOverride" Key="true"/>
<Property Type="string" ID="HostName"/>
<Property Type="string" ID="OrchestrationStatus"/>
</ClassType>