SequenceField.ProduceXml Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
override int ProduceXml(Microsoft::Solutions::BTAHL7::Pipelines::IExecutionContext ^ context, Microsoft::BizTalk::ParsingEngine::IDataReader ^ reader, System::Xml::XmlWriter ^ xw, [Runtime::InteropServices::Out] bool % isEmptyData);
public override int ProduceXml (Microsoft.Solutions.BTAHL7.Pipelines.IExecutionContext context, Microsoft.BizTalk.ParsingEngine.IDataReader reader, System.Xml.XmlWriter xw, out bool isEmptyData);
override this.ProduceXml : Microsoft.Solutions.BTAHL7.Pipelines.IExecutionContext * Microsoft.BizTalk.ParsingEngine.IDataReader * System.Xml.XmlWriter * -> int
Public Overrides Function ProduceXml (context As IExecutionContext, reader As IDataReader, xw As XmlWriter, ByRef isEmptyData As Boolean) As Integer
Parameter
- context
- IExecutionContext
- reader
- Microsoft.BizTalk.ParsingEngine.IDataReader
- xw
- XmlWriter
- isEmptyData
- Boolean