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


The first script object.
The second script object.
The operation that adds two script objects together.
Syntax
'Declaration
 
Public Operator +( _
   ByVal a As Script, _
   ByVal b As Script _
) As Script
public Script operator +( 
   Script a,
   Script b
)
public: Script* op_Addition( 
   Script* a,
   Script* b
)

Parameters

a
The first script object.
b
The second script object.

Return Value

A Script object that contains the combined script.
Remarks
This operation appends the script batches from the second parameter to the first parameter.
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

Script Class
Script Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback