Classe Sql80ScriptGenerator
Represents the Sql80 script generator.
Hierarquia de herança
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGenerator
Microsoft.SqlServer.TransactSql.ScriptDom.Sql80ScriptGenerator
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public NotInheritable Class Sql80ScriptGenerator _
Inherits SqlScriptGenerator
'Uso
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
O tipo Sql80ScriptGenerator expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
Sql80ScriptGenerator() | Initializes a new instance of the Sql80ScriptGenerator class. | |
Sql80ScriptGenerator(SqlScriptGeneratorOptions) | Initializes a new instance of the Sql80ScriptGenerator 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.