SqlScriptGenerator Constructor
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
)
Parameters
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.