xSQL Schema Compare SDK for SQL Server version 12
Add(String) Method


The script to add.
Adds a script to the batch collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal script As System.String _
) As ScriptBatch
public ScriptBatch Add( 
   System.string script
)
public: ScriptBatch* Add( 
   System.string* script
) 

Parameters

script
The script to add.

Return Value

The ScriptBatch object that was created and added to the collection.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe script 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
Overload List

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback