Freigeben über


Sql110ScriptGenerator-Konstruktor (SqlScriptGeneratorOptions)

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
)

Parameter

Siehe auch

Verweis

Sql110ScriptGenerator Klasse

Sql110ScriptGenerator-Überladung

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace