SqlScriptGenerator(SqlScriptGeneratorOptions) コンストラクター

定義

SqlScriptGenerator クラスの新しいインスタンスを初期化します。

protected SqlScriptGenerator(Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGeneratorOptions options);
new Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGenerator : Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGeneratorOptions -> Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGenerator
Protected Sub New (options As SqlScriptGeneratorOptions)

パラメーター

options
SqlScriptGeneratorOptions

オプション。

適用対象