xSQL Schema Compare SDK for SQL Server version 12
Append Method


The collection to append to this collection.
Appends the scriptBlocks collection to this collection.
Syntax
'Declaration
 
Public Sub Append( _
   ByVal scriptBlocks As ScriptBatchCollection _
) 
public void Append( 
   ScriptBatchCollection scriptBlocks
)
public: void Append( 
   ScriptBatchCollection* scriptBlocks
) 

Parameters

scriptBlocks
The collection to append to this collection.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe scriptBlocks argument is null.
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

ScriptBatchCollection Class
ScriptBatchCollection Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback