SqlScriptGenerator Constructor (SqlScriptGeneratorOptions)

 

Applies To: SQL Server 2016 Preview

Initializes a new instance of the SqlScriptGenerator class.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

protected SqlScriptGenerator(
    SqlScriptGeneratorOptions options
)
protected:
SqlScriptGenerator(
    SqlScriptGeneratorOptions^ options
)
new : 
        options:SqlScriptGeneratorOptions -> SqlScriptGenerator
Protected Sub New (
    options As SqlScriptGeneratorOptions
)

Parameters

See Also

SqlScriptGenerator Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top