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

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlInterpreter
    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

Sql90Interpreter Members

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