Класс Sql80ScriptGenerator

Represents the Sql80 script generator.

Иерархия наследования

System.Object
  Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGenerator
    Microsoft.SqlServer.TransactSql.ScriptDom.Sql80ScriptGenerator

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public NotInheritable Class Sql80ScriptGenerator _
    Inherits SqlScriptGenerator
'Применение
Dim instance As Sql80ScriptGenerator
public sealed class Sql80ScriptGenerator : SqlScriptGenerator
public ref class Sql80ScriptGenerator sealed : public SqlScriptGenerator
[<SealedAttribute>]
type Sql80ScriptGenerator =  
    class 
        inherit SqlScriptGenerator 
    end
public final class Sql80ScriptGenerator extends SqlScriptGenerator

Тип Sql80ScriptGenerator обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Sql80ScriptGenerator() Initializes a new instance of the Sql80ScriptGenerator class.
Открытый метод Sql80ScriptGenerator(SqlScriptGeneratorOptions) Initializes a new instance of the Sql80ScriptGenerator class with the specified options.

В начало

Свойства

  Имя Описание
Открытое свойство Options Gets the sql script generator options. (Производный от SqlScriptGenerator.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GenerateScript(TSqlFragment, TextWriter) Generates a text representing the specified script fragment. (Производный от SqlScriptGenerator.)
Открытый метод GenerateScript(TSqlFragment, String%) Generates a text representing the specified script fragment. (Производный от SqlScriptGenerator.)
Открытый метод GenerateTokens Generates a list of tokens representing the script generated by the specified script fragment. (Производный от SqlScriptGenerator.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom