Home  >  Article  >  Database  >  How to access Distinguished fields and Promoted properties i

How to access Distinguished fields and Promoted properties i

WBOY
WBOYOriginal
2016-06-07 15:44:081042browse

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

 

 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn