Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Saves the state of this model provider to the given XML node.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public MustOverride Sub Serialize ( _
parent As XmlNode _
)
public abstract void Serialize(
XmlNode parent
)
public:
virtual void Serialize(
XmlNode^ parent
) abstract
abstract Serialize :
parent:XmlNode -> unit
public abstract function Serialize(
parent : XmlNode
)
Parameters
- parent
Type: System.Xml.XmlNode
The XmlNode where the data is saved.
Implements
ISchemaCompareModelProvider.Serialize(XmlNode)
.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.