SqlScriptGenerator Constructor
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
'Declaration
Protected Sub New ( _
options As SqlScriptGeneratorOptions _
)
'Usage
Dim options As SqlScriptGeneratorOptions
Dim instance As New SqlScriptGenerator(options)
protected SqlScriptGenerator(
SqlScriptGeneratorOptions options
)
protected:
SqlScriptGenerator(
SqlScriptGeneratorOptions^ options
)
new :
options:SqlScriptGeneratorOptions -> SqlScriptGenerator
protected function SqlScriptGenerator(
options : SqlScriptGeneratorOptions
)
Parameters
- options
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGeneratorOptions
The option.