Sql80Interpreter 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 Class Sql80Interpreter _
    Inherits SqlInterpreter
'Usage
Dim instance As Sql80Interpreter
public class Sql80Interpreter : SqlInterpreter
public ref class Sql80Interpreter : public SqlInterpreter
public class Sql80Interpreter extends SqlInterpreter
type Sql80Interpreter =  
    class
        inherit SqlInterpreter
    end

Inheritance Hierarchy

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

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

Sql80Interpreter Members

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