SfcSerializer.Write Method
Serializes the objects compiled by the Serialize method. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub Write ( _
xmlWriter As XmlWriter _
)
'Usage
Dim instance As SfcSerializer
Dim xmlWriter As XmlWriter
instance.Write(xmlWriter)
public void Write(
XmlWriter xmlWriter
)
public:
void Write(
XmlWriter^ xmlWriter
)
member Write :
xmlWriter:XmlWriter -> unit
public function Write(
xmlWriter : XmlWriter
)
Parameters
- xmlWriter
Type: System.Xml.XmlWriter
The XmlWriter object that is used to write the serialized document.