DeploymentStep::GenerateBatchScript Method (TextWriter^)

SQL Server 2014
 

Updated: April 20, 2017

Writes the set of batch scripts to the provided writer.

Namespace:   Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

public:
void GenerateBatchScript(
	TextWriter^ tw
)

Parameters

tw
Type: System.IO::TextWriter^

The text writer.

Return to top

Community Additions

ADD
Show: