Conversie van de TransSmart solution van BizTalk 2013 naar 2016.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Deployment Framework for BizTalk
  4. Copyright (C) 2008-14 Thomas F. Abraham, 2004-08 Scott Colestock
  5. -->
  6. <SetEnvUIConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  7. <DialogCaption>EDIBroker.TransSmart</DialogCaption>
  8. <SetEnvUIConfigItem>
  9. <PromptText>Is this the FIRST server in the BizTalk Group you are undeploying from?
  10. If so, BizTalk assemblies will be un-deployed from the BizTalk Management Database.</PromptText>
  11. <Caption>This is the FIRST server in the BizTalk Group</Caption>
  12. <PromptValue>true</PromptValue>
  13. <ValueType>Checkbox</ValueType>
  14. <EnvironmentVarName>BT_DEPLOY_MGMT_DB</EnvironmentVarName>
  15. </SetEnvUIConfigItem>
  16. </SetEnvUIConfig>