SqlInterpreter Class
Interprets Transact-SQL fragments to define the schema that would be generated if those fragments were executed.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.Sql.SchemaModel.SqlInterpreter
Microsoft.Data.Schema.Sql.SchemaModel.Sql100Interpreter
Microsoft.Data.Schema.Sql.SchemaModel.Sql80Interpreter
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 MustInherit Class SqlInterpreter
public abstract class SqlInterpreter
public ref class SqlInterpreter abstract
[<AbstractClass>]
type SqlInterpreter = class end
public abstract class SqlInterpreter
The SqlInterpreter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SqlInterpreter | Initializes a new instance of the SqlInterpreter class. |
Top
Properties
Name | Description | |
---|---|---|
Comparer | Gets or sets the comparer that is used to compare identifiers. | |
DefaultSchema | Gets or sets the default schema to use. | |
IsServerElement | Gets or sets a value that indicates whether the entity that is interpreted is a server element. |
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. | |
Interpret(TSqlScript, SqlSchemaAnalyzer, IList<InterpretationError>%) | Interprets a Transact-SQL script. | |
Interpret(TSqlStatement, SqlSchemaAnalyzer, IList<InterpretationError>%) | Interprets a Transact-SQL statement. | |
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.