Sql80ScriptGenerator Class

Definition

Script generator for T-SQL 80

public sealed class Sql80ScriptGenerator : Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGenerator
type Sql80ScriptGenerator = class
    inherit SqlScriptGenerator
Public NotInheritable Class Sql80ScriptGenerator
Inherits SqlScriptGenerator
Inheritance
Sql80ScriptGenerator

Constructors

Sql80ScriptGenerator()

Initializes a new instance of the Sql80ScriptGenerator class.

Sql80ScriptGenerator(SqlScriptGeneratorOptions)

Initializes a new instance of the Sql80ScriptGenerator class.

Properties

Options

Gets the options.

(Inherited from SqlScriptGenerator)

Methods

GenerateScript(TSqlFragment, String)

Populates the writer with a script with the scriptFragment.

(Inherited from SqlScriptGenerator)
GenerateScript(TSqlFragment, String, IList<ParseError>)

Populates the writer with a script with the scriptFragment.

(Inherited from SqlScriptGenerator)
GenerateScript(TSqlFragment, TextWriter)

Generates text representing the specified script fragment

(Inherited from SqlScriptGenerator)
GenerateTokens(TSqlFragment)

Generates a list of tokens representing the script generated by the specified script fragment

(Inherited from SqlScriptGenerator)

Applies to