This topic has not yet been rated - Rate this topic

SqlScriptGenerator.GenerateScript Method (TSqlFragment, TextWriter)

SQL Server 2012

Generates a text representing the specified script fragment.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
member GenerateScript : 
        scriptFragment:TSqlFragment * 
        writer:TextWriter -> unit

Parameters

scriptFragment
Type: Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
The fragment of script to generate tokens for.
writer
Type: System.IO.TextWriter
A text writer to write the text to.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.