SchemaCompareSettingsService.Serialize Method
Serializes this object and saves it in the provided XML node.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Sub Serialize ( _
parent As XmlNode _
)
public void Serialize(
XmlNode parent
)
public:
void Serialize(
XmlNode^ parent
)
member Serialize :
parent:XmlNode -> unit
public function Serialize(
parent : XmlNode
)
Parameters
- parent
Type: System.Xml.XmlNode
An XmlNode object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.