XmlAsmComp.GetTranslatorStream Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
GetTranslatorStream(IPipelineContext, SchemaList, IBaseMessage[], Boolean, String, XmlAsmComp+ProcessingInstructionsOptions, SchemaList, String)
protected:
virtual Microsoft::BizTalk::Streaming::XmlTranslatorStream ^ GetTranslatorStream(Microsoft::BizTalk::Component::Interop::IPipelineContext ^ pipelineContext, Microsoft::BizTalk::Component::Utilities::SchemaList ^ envelopeDocSpecNames, cli::array <Microsoft::BizTalk::Message::Interop::IBaseMessage ^> ^ msgs, bool writeStartDocument, System::String ^ strProcessingInstruction, Microsoft::BizTalk::Component::XmlAsmComp::ProcessingInstructionsOptions PIOption, Microsoft::BizTalk::Component::Utilities::SchemaList ^ documentSpecNames, System::String ^ targetCharset);
protected virtual Microsoft.BizTalk.Streaming.XmlTranslatorStream GetTranslatorStream (Microsoft.BizTalk.Component.Interop.IPipelineContext pipelineContext, Microsoft.BizTalk.Component.Utilities.SchemaList envelopeDocSpecNames, Microsoft.BizTalk.Message.Interop.IBaseMessage[] msgs, bool writeStartDocument, string strProcessingInstruction, Microsoft.BizTalk.Component.XmlAsmComp.ProcessingInstructionsOptions PIOption, Microsoft.BizTalk.Component.Utilities.SchemaList documentSpecNames, string targetCharset);
abstract member GetTranslatorStream : Microsoft.BizTalk.Component.Interop.IPipelineContext * Microsoft.BizTalk.Component.Utilities.SchemaList * Microsoft.BizTalk.Message.Interop.IBaseMessage[] * bool * string * Microsoft.BizTalk.Component.XmlAsmComp.ProcessingInstructionsOptions * Microsoft.BizTalk.Component.Utilities.SchemaList * string -> Microsoft.BizTalk.Streaming.XmlTranslatorStream
override this.GetTranslatorStream : Microsoft.BizTalk.Component.Interop.IPipelineContext * Microsoft.BizTalk.Component.Utilities.SchemaList * Microsoft.BizTalk.Message.Interop.IBaseMessage[] * bool * string * Microsoft.BizTalk.Component.XmlAsmComp.ProcessingInstructionsOptions * Microsoft.BizTalk.Component.Utilities.SchemaList * string -> Microsoft.BizTalk.Streaming.XmlTranslatorStream
Protected Overridable Function GetTranslatorStream (pipelineContext As IPipelineContext, envelopeDocSpecNames As SchemaList, msgs As IBaseMessage(), writeStartDocument As Boolean, strProcessingInstruction As String, PIOption As XmlAsmComp.ProcessingInstructionsOptions, documentSpecNames As SchemaList, targetCharset As String) As XmlTranslatorStream
Parámetros
- pipelineContext
- IPipelineContext
- envelopeDocSpecNames
- SchemaList
- msgs
- IBaseMessage[]
- writeStartDocument
- Boolean
- strProcessingInstruction
- String
- documentSpecNames
- SchemaList
- targetCharset
- String
Devoluciones
Se aplica a
GetTranslatorStream(IPipelineContext, SchemaList, IBaseMessage[], Boolean, String, XmlAsmComp+ProcessingInstructionsOptions, Boolean, SchemaList, String)
protected:
virtual Microsoft::BizTalk::Streaming::XmlTranslatorStream ^ GetTranslatorStream(Microsoft::BizTalk::Component::Interop::IPipelineContext ^ pipelineContext, Microsoft::BizTalk::Component::Utilities::SchemaList ^ envelopeDocSpecNames, cli::array <Microsoft::BizTalk::Message::Interop::IBaseMessage ^> ^ msgs, bool writeStartDocument, System::String ^ strProcessingInstruction, Microsoft::BizTalk::Component::XmlAsmComp::ProcessingInstructionsOptions PIOption, bool envelopeProcessingInstruction, Microsoft::BizTalk::Component::Utilities::SchemaList ^ documentSpecNames, System::String ^ targetCharset);
protected virtual Microsoft.BizTalk.Streaming.XmlTranslatorStream GetTranslatorStream (Microsoft.BizTalk.Component.Interop.IPipelineContext pipelineContext, Microsoft.BizTalk.Component.Utilities.SchemaList envelopeDocSpecNames, Microsoft.BizTalk.Message.Interop.IBaseMessage[] msgs, bool writeStartDocument, string strProcessingInstruction, Microsoft.BizTalk.Component.XmlAsmComp.ProcessingInstructionsOptions PIOption, bool envelopeProcessingInstruction, Microsoft.BizTalk.Component.Utilities.SchemaList documentSpecNames, string targetCharset);
abstract member GetTranslatorStream : Microsoft.BizTalk.Component.Interop.IPipelineContext * Microsoft.BizTalk.Component.Utilities.SchemaList * Microsoft.BizTalk.Message.Interop.IBaseMessage[] * bool * string * Microsoft.BizTalk.Component.XmlAsmComp.ProcessingInstructionsOptions * bool * Microsoft.BizTalk.Component.Utilities.SchemaList * string -> Microsoft.BizTalk.Streaming.XmlTranslatorStream
override this.GetTranslatorStream : Microsoft.BizTalk.Component.Interop.IPipelineContext * Microsoft.BizTalk.Component.Utilities.SchemaList * Microsoft.BizTalk.Message.Interop.IBaseMessage[] * bool * string * Microsoft.BizTalk.Component.XmlAsmComp.ProcessingInstructionsOptions * bool * Microsoft.BizTalk.Component.Utilities.SchemaList * string -> Microsoft.BizTalk.Streaming.XmlTranslatorStream
Protected Overridable Function GetTranslatorStream (pipelineContext As IPipelineContext, envelopeDocSpecNames As SchemaList, msgs As IBaseMessage(), writeStartDocument As Boolean, strProcessingInstruction As String, PIOption As XmlAsmComp.ProcessingInstructionsOptions, envelopeProcessingInstruction As Boolean, documentSpecNames As SchemaList, targetCharset As String) As XmlTranslatorStream
Parámetros
- pipelineContext
- IPipelineContext
- envelopeDocSpecNames
- SchemaList
- msgs
- IBaseMessage[]
- writeStartDocument
- Boolean
- strProcessingInstruction
- String
- envelopeProcessingInstruction
- Boolean
- documentSpecNames
- SchemaList
- targetCharset
- String