如何在biztalk编排中为方案设置值? [英] How to set value in experission for scheme in biztalk orchestration?

查看:95
本文介绍了如何在biztalk编排中为方案设置值?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我想编译时,显示错误:

#error:您输入的表达式无效。

Plus in Visual Studio 2010显示以下消息:

'if'条件必须具有布尔类型。



和我的表达式的代码是:

When I want to compile, an error shown:
#error: The expression you have entered is not valid.
Plus in Visual Studio 2010 this message is shown:
'if' conditional must have boolean type.

and my code for expression is:

Message_2.Article.Approved = false;



这是我在方案 Article.xsd 中的XML代码:


and this is my XML code in scheme Article.xsd:

- <xs:element name="Approved">
- <xs:simpleType>
  <xs:restriction base="xs:boolean" /> 
  </xs:simpleType>
  </xs:element>

推荐答案

好像你有在宣传你的领域时犯了错误。

在这种情况下你应该使用show promotion。
It seems like you have made mistake while promoting your field.
In such cases you should use show promotion.


这篇关于如何在biztalk编排中为方案设置值?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆