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


The output xml file.
Generates an xml file that contains the schema differences.
Syntax
'Declaration
 
Public Overloads Sub GenerateXml( _
   ByVal xmlFile As System.String _
) 
public void GenerateXml( 
   System.string xmlFile
)
public: void GenerateXml( 
   System.string* xmlFile
) 

Parameters

xmlFile
The output xml file.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe xmlFile parameter is null.
System.ArgumentExceptionThe xmlFile parameter is an empty string.
System.IO.DirectoryNotFoundExceptionThe directory of the xmlFile parameter does not exist.
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