SqlScriptGenerator-Konstruktor

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Protected Sub New ( _
    options As SqlScriptGeneratorOptions _
)
protected SqlScriptGenerator(
    SqlScriptGeneratorOptions options
)
protected:
SqlScriptGenerator(
    SqlScriptGeneratorOptions^ options
)
new : 
        options:SqlScriptGeneratorOptions -> SqlScriptGenerator
protected function SqlScriptGenerator(
    options : SqlScriptGeneratorOptions
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlScriptGenerator Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace