SqlInterpreter Class

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

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

Syntax

'Declaration
Public MustInherit Class SqlInterpreter
'Usage
Dim instance As SqlInterpreter
public abstract class SqlInterpreter
public ref class SqlInterpreter abstract
public abstract class SqlInterpreter
[<AbstractClassAttribute>]
type SqlInterpreter =  class end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlInterpreter
    Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.Sql100Interpreter
    Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.Sql80Interpreter
    Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.Sql90Interpreter

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

SqlInterpreter Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace