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