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 Sql80ScriptGenerator 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 Sql80ScriptGenerator(options)
public Sql80ScriptGenerator(
SqlScriptGeneratorOptions options
)
public:
Sql80ScriptGenerator(
SqlScriptGeneratorOptions^ options
)
new :
options:SqlScriptGeneratorOptions -> Sql80ScriptGenerator
public function Sql80ScriptGenerator(
options : SqlScriptGeneratorOptions
)
Parameters
- options
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGeneratorOptions
The specified options.