Sql100ScriptGenerator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Script generator for T-SQL 100
public sealed class Sql100ScriptGenerator : Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGenerator
type Sql100ScriptGenerator = class
inherit SqlScriptGenerator
Public NotInheritable Class Sql100ScriptGenerator
Inherits SqlScriptGenerator
- Inheritance
Constructors
Sql100ScriptGenerator() |
Initializes a new instance of the Sql100ScriptGenerator class. |
Sql100ScriptGenerator(SqlScriptGeneratorOptions) |
Initializes a new instance of the Sql100ScriptGenerator class. |
Properties
Options |
Gets the options. (Inherited from SqlScriptGenerator) |
Methods
GenerateScript(TSqlFragment, String, IList<ParseError>) |
Populates the writer with a script with the scriptFragment. (Inherited from SqlScriptGenerator) |
GenerateScript(TSqlFragment, String) |
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) |