|  | 网站首页 | .Net研究 | 
您现在的位置: 程序员之路 >> .Net研究 >> .net应用技术 >> 企业信息化 >> 文章正文
赞助商链接
频 道 导 航
.Net研究频道栏目导航
相 关 文 章
How to access Distinguished fields and Promoted pr           
How to access Distinguished fields and Promoted pr
作者:rickie 文章来源:不详 更新时间:2007-5-10 11:41:10

How to access Distinguished fields and Promoted properties in BizTalk Server

How to access Distinguished fields and Promoted properties in BizTalk Server

 

Distinguished fields are accessed through a reference to the name of the message, the name of the record structure containing the distinguished field (which could include multiple levels of child records), and the name of the distinguished field, with each named item separated by periods:

MessageName.RecordName.ChildRecordName.DistinguishedFieldName.

 

Promoted properties, on the other hand, are accessed through a reference to the name of the message, the name of the property schema and a name of the promoted property, via the following format:

MessageName(PropertySchemaName.PromotedPropertyName).

 

Other relevant blogs:

1. Distinguished Fields vs. Promoted Properties in Biztalk,

http://www.cnblogs.com/rickie/archive/2006/12/18/596077.aspx

 

 

文章录入:admin    责任编辑:admin 
  • 上一篇文章:

  • 下一篇文章:
  • .Net研究栏目导航
    网站频道导航