Sql90Interpreter Class

Interprets Transact-SQL fragments to define the schema that would be generated.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Sql.SchemaModel.SqlInterpreter
    Microsoft.Data.Schema.Sql.SchemaModel.Sql90Interpreter

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Class Sql90Interpreter _
    Inherits SqlInterpreter
public class Sql90Interpreter : SqlInterpreter
public ref class Sql90Interpreter : public SqlInterpreter
type Sql90Interpreter =  
    class
        inherit SqlInterpreter
    end
public class Sql90Interpreter extends SqlInterpreter

The Sql90Interpreter type exposes the following members.

Constructors

  Name Description
Public method Sql90Interpreter Initializes a new instance of the Sql90Interpreter class.

Top

Properties

  Name Description
Public property Comparer Gets or sets the comparer that is used to compare identifiers. (Inherited from SqlInterpreter.)
Public property DefaultSchema Gets or sets the default schema to use. (Inherited from SqlInterpreter.)
Public property IsServerElement Gets or sets a value that indicates whether the entity that is interpreted is a server element. (Inherited from SqlInterpreter.)

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Interpret(TSqlBatch, SqlSchemaAnalyzer, IList<InterpretationError>%) Interprets a Transact-SQL batch. (Inherited from SqlInterpreter.)
Public method Interpret(TSqlScript, SqlSchemaAnalyzer, IList<InterpretationError>%) Interprets a Transact-SQL script. (Inherited from SqlInterpreter.)
Public method Interpret(TSqlStatement, SqlSchemaAnalyzer, IList<InterpretationError>%) Interprets a Transact-SQL statement. (Inherited from SqlInterpreter.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (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.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel Namespace