Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Represents the script generator for T-SQL 90.
Иерархия наследования
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGenerator
Microsoft.SqlServer.TransactSql.ScriptDom.Sql90ScriptGenerator
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
Public NotInheritable Class Sql90ScriptGenerator _
Inherits SqlScriptGenerator
'Применение
Dim instance As Sql90ScriptGenerator
public sealed class Sql90ScriptGenerator : SqlScriptGenerator
public ref class Sql90ScriptGenerator sealed : public SqlScriptGenerator
[<SealedAttribute>]
type Sql90ScriptGenerator =
class
inherit SqlScriptGenerator
end
public final class Sql90ScriptGenerator extends SqlScriptGenerator
Тип Sql90ScriptGenerator обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
Sql90ScriptGenerator() | Initializes a new instance of the Sql90ScriptGenerator class with the specified values. |
![]() |
Sql90ScriptGenerator(SqlScriptGeneratorOptions) | Initializes a new instance of the Sql90ScriptGenerator 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)