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
- parent
Type: System.Xml.XmlNode
- errorMessage
Type: System.String%
Return Value
Type: System.Boolean
.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.