xSQL Schema Compare SDK for SQL Server version 12
GenerateScript Method


The ScriptManager object that contains the synchronization script for the left database.
The ScriptManager object that contains the synchronization script for the right database.
Generates the synchronization scripts for the left and right database.
Syntax
'Declaration
 
Public Sub GenerateScript( _
   ByRef leftScript As ScriptManager, _
   ByRef rightScript As ScriptManager _
) 
public void GenerateScript( 
   out ScriptManager leftScript,
   out ScriptManager rightScript
)
public: void GenerateScript( 
   [PARAMFLAG::Out] ScriptManager* leftScript,
   [PARAMFLAG::Out] ScriptManager* rightScript
) 

Parameters

leftScript
The ScriptManager object that contains the synchronization script for the left database.
rightScript
The ScriptManager object that contains the synchronization script for the right database.
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

SqlSchemaCompare Class
SqlSchemaCompare Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback