SchemaCompareSettingsService.Deserialize Method

Deserializes the state of this service.

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

Syntax

'Declaration
Public Function Deserialize ( _
    parent As XmlNode, _
    <OutAttribute> ByRef errorMessage As String _
) As Boolean
'Usage
Dim instance As SchemaCompareSettingsService
Dim parent As XmlNode
Dim errorMessage As String
Dim returnValue As Boolean

returnValue = instance.Deserialize(parent, _
    errorMessage)
public bool Deserialize(
    XmlNode parent,
    out string errorMessage
)
public:
bool Deserialize(
    XmlNode^ parent, 
    [OutAttribute] String^% errorMessage
)
public function Deserialize(
    parent : XmlNode, 
    errorMessage : String
) : boolean
member Deserialize : 
        parent:XmlNode * 
        errorMessage:string -> bool 

Parameters

Return Value

Type: System.Boolean
Returns True.

.NET Framework Security

See Also

Reference

SchemaCompareSettingsService Class

SchemaCompareSettingsService Members

Microsoft.Data.Schema.Compare.Schema Namespace