Conversie van de TransSmart solution van BizTalk 2013 naar 2016.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

17 行
786B

  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>