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 | |
---|---|---|
Sql90Interpreter | Initializes a new instance of the Sql90Interpreter class. |
Top
Properties
Name | Description | |
---|---|---|
Comparer | Gets or sets the comparer that is used to compare identifiers. (Inherited from SqlInterpreter.) | |
DefaultSchema | Gets or sets the default schema to use. (Inherited from SqlInterpreter.) | |
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 | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Interpret(TSqlBatch, SqlSchemaAnalyzer, IList<InterpretationError>%) | Interprets a Transact-SQL batch. (Inherited from SqlInterpreter.) | |
Interpret(TSqlScript, SqlSchemaAnalyzer, IList<InterpretationError>%) | Interprets a Transact-SQL script. (Inherited from SqlInterpreter.) | |
Interpret(TSqlStatement, SqlSchemaAnalyzer, IList<InterpretationError>%) | Interprets a Transact-SQL statement. (Inherited from SqlInterpreter.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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.