xSQL Schema Compare SDK for SQL Server version 12
GetRightTargetedScript(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 targeted for the right member of the pair. This is the script intended for the right database that makes the right member the same as the left member.
Syntax
'Declaration
 
Public Overloads Function GetRightTargetedScript( _
   ByVal dbScriptManager As ScriptManager, _
   ByVal options As ComparisonOptions, _
   ByVal includeDependencies As System.Boolean _
) As ScriptManager
public ScriptManager GetRightTargetedScript( 
   ScriptManager dbScriptManager,
   ComparisonOptions options,
   System.bool includeDependencies
)
public: ScriptManager* GetRightTargetedScript( 
   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 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