SqlScriptGenerator 類別

定義

SQL 專用腳本產生器。

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

建構函式

名稱 Description
SqlScriptGenerator(SqlScriptGeneratorOptions)

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

屬性

名稱 Description
Options

獲得各種選項。

方法

名稱 Description
GenerateScript(TSqlFragment, String, IList<ParseError>)

會用 scriptFragment 填充寫手腳本。

GenerateScript(TSqlFragment, String)

會用 scriptFragment 填充寫手腳本。

GenerateScript(TSqlFragment, TextWriter)

產生代表指定文字片段的文字

GenerateTokens(TSqlFragment)

產生一份代表指定腳本片段所產生腳本的標記清單

適用於