HL7MessageProcessor.Parse Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
System::IO::Stream ^ Parse(Microsoft::BizTalk::ParsingEngine::IDataReader ^ reader, Microsoft::Solutions::BTAHL7::Pipelines::DelimiterSet ^ ds, bool isXmlValidation, bool isCustomDataTypeValidation, bool generateOptionalFields, bool trailingDelimiterAllowed, Microsoft::Solutions::BTAHL7::Pipelines::SegmentIndexer ^ indexer);
public System.IO.Stream Parse (Microsoft.BizTalk.ParsingEngine.IDataReader reader, Microsoft.Solutions.BTAHL7.Pipelines.DelimiterSet ds, bool isXmlValidation, bool isCustomDataTypeValidation, bool generateOptionalFields, bool trailingDelimiterAllowed, Microsoft.Solutions.BTAHL7.Pipelines.SegmentIndexer indexer);
member this.Parse : Microsoft.BizTalk.ParsingEngine.IDataReader * Microsoft.Solutions.BTAHL7.Pipelines.DelimiterSet * bool * bool * bool * bool * Microsoft.Solutions.BTAHL7.Pipelines.SegmentIndexer -> System.IO.Stream
Public Function Parse (reader As IDataReader, ds As DelimiterSet, isXmlValidation As Boolean, isCustomDataTypeValidation As Boolean, generateOptionalFields As Boolean, trailingDelimiterAllowed As Boolean, indexer As SegmentIndexer) As Stream
Paramètres
- reader
- Microsoft.BizTalk.ParsingEngine.IDataReader
- ds
- DelimiterSet
- isXmlValidation
- Boolean
- isCustomDataTypeValidation
- Boolean
- generateOptionalFields
- Boolean
- trailingDelimiterAllowed
- Boolean
- indexer
- SegmentIndexer