共用方式為


SqlScriptGenerator 類別

定義

Sql 特定的腳本產生器。

public abstract class SqlScriptGenerator
type SqlScriptGenerator = class
Public MustInherit Class SqlScriptGenerator
繼承
SqlScriptGenerator
衍生

建構函式

SqlScriptGenerator(SqlScriptGeneratorOptions)

初始化 SqlScriptGenerator 類別的新執行個體。

屬性

Options

取得選項。

方法

GenerateScript(TSqlFragment, String)

使用 scriptFragment 填入寫入器。

GenerateScript(TSqlFragment, String, IList<ParseError>)

使用 scriptFragment 填入寫入器。

GenerateScript(TSqlFragment, TextWriter)

產生代表指定之腳本片段的文字

GenerateTokens(TSqlFragment)

產生代表指定之腳本片段所產生之腳本的權杖清單

適用於