ExpressionNode.Serialize メソッド

指定した XML ライターに式ノードをシリアル化します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Sub Serialize ( _
    xmlWriter As XmlWriter _
)
'使用
Dim instance As ExpressionNode 
Dim xmlWriter As XmlWriter

instance.Serialize(xmlWriter)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public void Serialize(
    XmlWriter xmlWriter
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
void Serialize(
    XmlWriter^ xmlWriter
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
member Serialize : 
        xmlWriter:XmlWriter -> unit
public function Serialize(
    xmlWriter : XmlWriter
)

パラメーター

  • xmlWriter
    型: System.Xml.XmlWriter
    式ノードのシリアル化に使用する XML ライターを示す XmlWriter オブジェクト値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

使用例

C#

System.Xml.XmlWriter xmlWriter; 
string xml = ExpressionNode.SerializeNode(xmlWriter);

関連項目

参照

ExpressionNode クラス

Microsoft.SqlServer.Management.Dmf 名前空間