Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Getting the number of records from Debatching an XML file using custom pipeline › Re: Getting the number of records from Debatching an XML file using custom pipeline
|
BTS.InterchangeSequenceNumber |
Pomoted by the Messaging Engine after receiving a message from the receive adapter and before publishing it into the MessageBox database. |
xs:int |
Indicates the sequence number of the document in the interchange. If the document is not part of an interchange that was disassembled into individual documents, then this value will be 1. The property can be read in an orchestration, a send pipeline and send adapter. |
From: http://msdn2.microsoft.com/en-us/library/aa562116.aspx
According to this it should be 1 if nothing else.