Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.