How to access Distinguished fields and Promoted properties i

原创
2016-06-07 15:44:08576浏览

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

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@php.cn核实处理。
PHP中文网
程序员·梦开始的地方
下载APP