xSQL Schema Compare SDK for SQL Server version 12
GenerateXml(String,String) Method


The output xml file.
The xsl stylesheet that should be used to transform the xml, usually to an html file.
Generates an xml file that contains the schema differences. The xml will include a reference to the specified xsl file.
Syntax
'Declaration
 
Public Overloads Sub GenerateXml( _
   ByVal xmlFile As System.String, _
   ByVal xslFile As System.String _
) 
public void GenerateXml( 
   System.string xmlFile,
   System.string xslFile
)
public: void GenerateXml( 
   System.string* xmlFile,
   System.string* xslFile
) 

Parameters

xmlFile
The output xml file.
xslFile
The xsl stylesheet that should be used to transform the xml, usually to an html file.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe xmlFile parameter is null.
System.ArgumentExceptionThe xmlFile parameter is an empty string.
System.IO.FileNotFoundExceptionThe xsl file is not found. An empty xsl file is excepted.
System.IO.DirectoryNotFoundExceptionThe path of the xmlFile parameter is not found.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SchemaDiffExtractor Class
SchemaDiffExtractor Members
Overload List

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback