Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Serializes the result in the expression node.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Protected Sub SerializeResult ( _
xw As XmlWriter _
)
'Usage
Dim xw As XmlWriter
Me.SerializeResult(xw)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
protected void SerializeResult(
XmlWriter xw
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
protected:
void SerializeResult(
XmlWriter^ xw
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
member SerializeResult :
xw:XmlWriter -> unit
protected function SerializeResult(
xw : XmlWriter
)
Parameters
- xw
Type: System.Xml.XmlWriter
The XML writer.