SchemaCompareSettingsService.Deserialize-Methode

Deserialisiert die Schemavergleichseinstellungen vom angegebenen 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

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaCompareSettingsService Klasse

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