xSQL Schema Compare SDK for SQL Server version 12
GetLeftTargetedScript(ScriptManager,Boolean) Method


The entire synchronization script for the database from which the fragment for this pair will be extracted.
A bool value that indicates whether the dependencies should be included in the script.
Returns the script generated for the left member of the pair. This is the script intended for the left database that makes the left member the same as the right member.
Syntax
'Declaration
 
Public Overloads Function GetLeftTargetedScript( _
   ByVal dbScriptManager As ScriptManager, _
   ByVal includeDependencies As System.Boolean _
) As ScriptManager
public ScriptManager GetLeftTargetedScript( 
   ScriptManager dbScriptManager,
   System.bool includeDependencies
)
public: ScriptManager* GetLeftTargetedScript( 
   ScriptManager* dbScriptManager,
   System.bool includeDependencies
) 

Parameters

dbScriptManager
The entire synchronization script for the database from which the fragment for this pair will be extracted.
includeDependencies
A bool value that indicates whether the dependencies should be included in the script.

Return Value

A ScriptManager object that contains the schema synchronization script for the pair.
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

PairBase Class
PairBase Members
Overload List

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback