XPathMutatorStream Konstruktoren
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.
Überlädt
| XPathMutatorStream(Stream, XPathCollection, ValueMutator) | |
| XPathMutatorStream(XmlReader, XPathCollection, ValueMutator) |
XPathMutatorStream(Stream, XPathCollection, ValueMutator)
public:
XPathMutatorStream(System::IO::Stream ^ stm, Microsoft::BizTalk::XPath::XPathCollection ^ xc, Microsoft::BizTalk::Streaming::ValueMutator ^ valueMutator);
public XPathMutatorStream(System.IO.Stream stm, Microsoft.BizTalk.XPath.XPathCollection xc, Microsoft.BizTalk.Streaming.ValueMutator valueMutator);
new Microsoft.BizTalk.Streaming.XPathMutatorStream : System.IO.Stream * Microsoft.BizTalk.XPath.XPathCollection * Microsoft.BizTalk.Streaming.ValueMutator -> Microsoft.BizTalk.Streaming.XPathMutatorStream
Parameter
- stm
- Stream
- xc
- Microsoft.BizTalk.XPath.XPathCollection
- valueMutator
- ValueMutator
Gilt für:
XPathMutatorStream(XmlReader, XPathCollection, ValueMutator)
public:
XPathMutatorStream(System::Xml::XmlReader ^ xr, Microsoft::BizTalk::XPath::XPathCollection ^ xc, Microsoft::BizTalk::Streaming::ValueMutator ^ valueMutator);
public XPathMutatorStream(System.Xml.XmlReader xr, Microsoft.BizTalk.XPath.XPathCollection xc, Microsoft.BizTalk.Streaming.ValueMutator valueMutator);
new Microsoft.BizTalk.Streaming.XPathMutatorStream : System.Xml.XmlReader * Microsoft.BizTalk.XPath.XPathCollection * Microsoft.BizTalk.Streaming.ValueMutator -> Microsoft.BizTalk.Streaming.XPathMutatorStream
Parameter
- xr
- XmlReader
- xc
- Microsoft.BizTalk.XPath.XPathCollection
- valueMutator
- ValueMutator