次の方法で共有


Sql160ScriptGenerator クラス

定義

T-SQL 160 のスクリプト ジェネレーター

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

コンストラクター

Sql160ScriptGenerator()

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

Sql160ScriptGenerator(SqlScriptGeneratorOptions)

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

プロパティ

Options

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

(継承元 SqlScriptGenerator)

メソッド

GenerateScript(TSqlFragment, String, IList<ParseError>)

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

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

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

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

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

(継承元 SqlScriptGenerator)
GenerateTokens(TSqlFragment)

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

(継承元 SqlScriptGenerator)

適用対象