xSQL Schema Compare SDK for SQL Server version 12
SchemaDiffExtractor Constructor(SqlSchemaCompare,SchemaDiffExtractorSettings)


The SqlSchemaCompare object for which the differences will be generated.
The settings that should be used to generate the schema differences.
Initializes a new instance of the SchemaDiffExtractor class with the specified SqlSchemaCompare comparer objects and SchemaDiffExtractorSettings settings.
Syntax
'Declaration
 
Public Function New( _
   ByVal comparer As SqlSchemaCompare, _
   ByVal settings As SchemaDiffExtractorSettings _
)
public SchemaDiffExtractor( 
   SqlSchemaCompare comparer,
   SchemaDiffExtractorSettings settings
)
public: SchemaDiffExtractor( 
   SqlSchemaCompare* comparer,
   SchemaDiffExtractorSettings* settings
)

Parameters

comparer
The SqlSchemaCompare object for which the differences will be generated.
settings
The settings that should be used to generate the schema differences.
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