Sql90ScriptGenerator Constructor (SqlScriptGeneratorOptions)
Initializes a new instance of the Sql90ScriptGenerator class with the specified options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Sub New ( _
options As SqlScriptGeneratorOptions _
)
'Usage
Dim options As SqlScriptGeneratorOptions
Dim instance As New Sql90ScriptGenerator(options)
public Sql90ScriptGenerator(
SqlScriptGeneratorOptions options
)
public:
Sql90ScriptGenerator(
SqlScriptGeneratorOptions^ options
)
new :
options:SqlScriptGeneratorOptions -> Sql90ScriptGenerator
public function Sql90ScriptGenerator(
options : SqlScriptGeneratorOptions
)
Parameters
- options
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGeneratorOptions
The options.