SerializeResult 方法
Serializes the result in the expression node.
命名空间: Microsoft.SqlServer.Management.Dmf
程序集: Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)
语法
声明
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Protected Sub SerializeResult ( _
xw As XmlWriter _
)
用法
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
)
参数
- xw
类型:System.Xml. . :: . .XmlWriter
The XML writer.