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


The entire database script 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 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 includeDependencies As System.Boolean _
) As ScriptManager
public ScriptManager GetRightTargetedScript( 
   ScriptManager dbScriptManager,
   System.bool includeDependencies
)
public: ScriptManager* GetRightTargetedScript( 
   ScriptManager* dbScriptManager,
   System.bool includeDependencies
) 

Parameters

dbScriptManager
The entire database script 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 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