Sql130ScriptGenerator クラス

定義

T-SQL 130 用スクリプト ジェネレーター

public sealed class Sql130ScriptGenerator : Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGenerator
type Sql130ScriptGenerator = class
    inherit SqlScriptGenerator
Public NotInheritable Class Sql130ScriptGenerator
Inherits SqlScriptGenerator
継承
Sql130ScriptGenerator

コンストラクター

名前 説明
Sql130ScriptGenerator()

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

Sql130ScriptGenerator(SqlScriptGeneratorOptions)

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

プロパティ

名前 説明
Options

オプションを取得します。

(継承元 SqlScriptGenerator)

メソッド

名前 説明
GenerateScript(TSqlFragment, String, IList<ParseError>)

ライターに scriptFragment を含むスクリプトを設定します。

(継承元 SqlScriptGenerator)
GenerateScript(TSqlFragment, String)

ライターに scriptFragment を含むスクリプトを設定します。

(継承元 SqlScriptGenerator)
GenerateScript(TSqlFragment, TextWriter)

指定したスクリプト フラグメントを表すテキストを生成します。

(継承元 SqlScriptGenerator)
GenerateTokens(TSqlFragment)

指定したスクリプト フラグメントによって生成されたスクリプトを表すトークンの一覧を生成します。

(継承元 SqlScriptGenerator)

適用対象