Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents a Sql-specific script generator.
Inheritance Hierarchy
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
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public MustInherit Class SqlScriptGenerator
'Usage
Dim instance As SqlScriptGenerator
public abstract class SqlScriptGenerator
public ref class SqlScriptGenerator abstract
[<AbstractClassAttribute>]
type SqlScriptGenerator = class end
public abstract class SqlScriptGenerator
The SqlScriptGenerator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SqlScriptGenerator | Initializes a new instance of the SqlScriptGenerator class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Options | Gets the sql script generator options. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from 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 | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)