Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.