Méthode SfcSerializer.Write
Serializes the objects compiled by the Serialize method. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub Write ( _
xmlWriter As XmlWriter _
)
'Utilisation
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
)
Paramètres
- xmlWriter
Type : System.Xml.XmlWriter
The XmlWriter object that is used to write the serialized document.