xSQL Schema Compare SDK for SQL Server version 12
GenerateHtml Method


The output html file.
The xml stylesheet file that should be used to perform the transformation.
Generates an html file that contains schema differences.
Syntax
'Declaration
 
Public Sub GenerateHtml( _
   ByVal htmlFile As System.String, _
   ByVal xslFile As System.String _
) 
public void GenerateHtml( 
   System.string htmlFile,
   System.string xslFile
)
public: void GenerateHtml( 
   System.string* htmlFile,
   System.string* xslFile
) 

Parameters

htmlFile
The output html file.
xslFile
The xml stylesheet file that should be used to perform the transformation.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe parameter htmlFile or xslFile is null.
System.ArgumentExceptionThe parameter htmlFile or xslFile is an empty string.
System.IO.FileNotFoundExceptionThe xslFile file does not exist.
System.IO.DirectoryNotFoundExceptionThe directory of the htmlFile 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

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback