Compartir a través de


Clase Sql90ScriptGenerator

Represents the script generator for T-SQL 90.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGenerator
    Microsoft.SqlServer.TransactSql.ScriptDom.Sql90ScriptGenerator

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public NotInheritable Class Sql90ScriptGenerator _
    Inherits SqlScriptGenerator
'Uso
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

El tipo Sql90ScriptGenerator expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Sql90ScriptGenerator() Initializes a new instance of the Sql90ScriptGenerator class with the specified values.
Método público Sql90ScriptGenerator(SqlScriptGeneratorOptions) Initializes a new instance of the Sql90ScriptGenerator class with the specified options.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Options Gets the sql script generator options. (Se hereda de SqlScriptGenerator.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GenerateScript(TSqlFragment, TextWriter) Generates a text representing the specified script fragment. (Se hereda de SqlScriptGenerator.)
Método público GenerateScript(TSqlFragment, String%) Generates a text representing the specified script fragment. (Se hereda de SqlScriptGenerator.)
Método público GenerateTokens Generates a list of tokens representing the script generated by the specified script fragment. (Se hereda de SqlScriptGenerator.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom