Heim  >  Artikel  >  Datenbank  >  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:081078Durchsuche

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

 

 

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn