xSQL Schema Compare SDK for SQL Server version 12
Addition Operator (ScriptManager)


The object to which that the b object is appended.
The object appended to the a object.
Appends two ScriptManager object together.
Syntax
'Declaration
 
Public Operator +( _
   ByVal a As ScriptManager, _
   ByVal b As ScriptManager _
) As ScriptManager
public ScriptManager operator +( 
   ScriptManager a,
   ScriptManager b
)
public: ScriptManager* op_Addition( 
   ScriptManager* a,
   ScriptManager* b
)

Parameters

a
The object to which that the b object is appended.
b
The object appended to the a object.

Return Value

A ScriptManager object.
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

ScriptManager Class
ScriptManager Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback