Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Represents a Sql-specific script generator.
Иерархия наследования
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGenerator
Microsoft.SqlServer.TransactSql.ScriptDom.Sql100ScriptGenerator
Microsoft.SqlServer.TransactSql.ScriptDom.Sql110ScriptGenerator
Microsoft.SqlServer.TransactSql.ScriptDom.Sql80ScriptGenerator
Microsoft.SqlServer.TransactSql.ScriptDom.Sql90ScriptGenerator
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
Public MustInherit Class SqlScriptGenerator
'Применение
Dim instance As SqlScriptGenerator
public abstract class SqlScriptGenerator
public ref class SqlScriptGenerator abstract
[<AbstractClassAttribute>]
type SqlScriptGenerator = class end
public abstract class SqlScriptGenerator
Тип SqlScriptGenerator обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
SqlScriptGenerator | Initializes a new instance of the SqlScriptGenerator class. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
Options | Gets the sql script generator options. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GenerateScript(TSqlFragment, TextWriter) | Generates a text representing the specified script fragment. |
![]() |
GenerateScript(TSqlFragment, String%) | Generates a text representing the specified script fragment. |
![]() |
GenerateTokens | Generates a list of tokens representing the script generated by the specified script fragment. |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)