ExpressionNode.SerializeResult メソッド

式ノードで結果をシリアル化します。

名前空間:  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
)

パラメーター

関連項目

参照

ExpressionNode クラス

Microsoft.SqlServer.Management.Dmf 名前空間