SchemaCompareConnectionBasedModelProvider.Deserialize Method

Deserializes the settings for this object from the provided XML node and returns an error message if a problem occurs.

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

Syntax

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

Parameters

  • errorMessage
    Type: System.String%
    (Output) A string that contains information about problems that occurred during deserialization.

Return Value

Type: System.Boolean
true if the object was successfully deserialized; otherwise, false, and the errorMessage output parameter contains information about any problems with deserialization.

Implements

ISchemaCompareModelProvider.Deserialize(XmlNode, String%)

.NET Framework Security

See Also

Reference

SchemaCompareConnectionBasedModelProvider Class

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