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

 

 

posted @ 2007-01-15 22:31  Rickie  阅读(717)  评论(2编辑  收藏  举报