Classe Sql110ScriptGenerator
Represents the Sql110 script generator.
Hierarquia de herança
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGenerator
Microsoft.SqlServer.TransactSql.ScriptDom.Sql110ScriptGenerator
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public NotInheritable Class Sql110ScriptGenerator _
Inherits SqlScriptGenerator
'Uso
Dim instance As Sql110ScriptGenerator
public sealed class Sql110ScriptGenerator : SqlScriptGenerator
public ref class Sql110ScriptGenerator sealed : public SqlScriptGenerator
[<SealedAttribute>]
type Sql110ScriptGenerator =
class
inherit SqlScriptGenerator
end
public final class Sql110ScriptGenerator extends SqlScriptGenerator
O tipo Sql110ScriptGenerator expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
Sql110ScriptGenerator() | Initializes a new instance of the Sql110ScriptGenerator class. | |
Sql110ScriptGenerator(SqlScriptGeneratorOptions) | Initializes a new instance of the Sql110ScriptGenerator class with the specified options. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Options | Gets the sql script generator options. (Herdado de SqlScriptGenerator.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GenerateScript(TSqlFragment, TextWriter) | Generates a text representing the specified script fragment. (Herdado de SqlScriptGenerator.) | |
GenerateScript(TSqlFragment, String%) | Generates a text representing the specified script fragment. (Herdado de SqlScriptGenerator.) | |
GenerateTokens | Generates a list of tokens representing the script generated by the specified script fragment. (Herdado de SqlScriptGenerator.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.