AbstractDataEntity.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:
abstract int ProduceXml(Microsoft::Solutions::BTAHL7::Pipelines::IExecutionContext ^ context, Microsoft::BizTalk::ParsingEngine::IDataReader ^ reader, System::Xml::XmlWriter ^ xw, [Runtime::InteropServices::Out] bool % isEmptyData);
public abstract int ProduceXml (Microsoft.Solutions.BTAHL7.Pipelines.IExecutionContext context, Microsoft.BizTalk.ParsingEngine.IDataReader reader, System.Xml.XmlWriter xw, out bool isEmptyData);
abstract member ProduceXml : Microsoft.Solutions.BTAHL7.Pipelines.IExecutionContext * Microsoft.BizTalk.ParsingEngine.IDataReader * System.Xml.XmlWriter * -> int
Public MustOverride 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