Dela via


SchemaCompareSettingsService.Deserialize Method

Deserializes the schema compare settings from the specified XML.

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Function Deserialize ( _
    parent As XmlNode, _
    <OutAttribute> ByRef errorMessage As String _
) As Boolean
public bool Deserialize(
    XmlNode parent,
    out string errorMessage
)
public:
bool Deserialize(
    XmlNode^ parent, 
    [OutAttribute] String^% errorMessage
)
member Deserialize : 
        parent:XmlNode * 
        errorMessage:string byref -> bool 
public function Deserialize(
    parent : XmlNode, 
    errorMessage : String
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SchemaCompareSettingsService Class

Microsoft.Data.Schema.Tools.Compare.Schema Namespace