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


The entire database script from which the fragment for this pair will be extracted.
The schema comparison options to use. Options can determine, for example, the entities that should be included in the script.
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 options As ComparisonOptions, _
   ByVal includeDependencies As System.Boolean _
) As ScriptManager
public ScriptManager GetLeftTargetedScript( 
   ScriptManager dbScriptManager,
   ComparisonOptions options,
   System.bool includeDependencies
)
public: ScriptManager* GetLeftTargetedScript( 
   ScriptManager* dbScriptManager,
   ComparisonOptions* options,
   System.bool includeDependencies
) 

Parameters

dbScriptManager
The entire database script from which the fragment for this pair will be extracted.
options
The schema comparison options to use. Options can determine, for example, the entities that should be included in the script.
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.
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