Sql80InterpreterConstructor Class

Defines a Sql80 interpreter.

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

Syntax

'Declaration
Public NotInheritable Class Sql80InterpreterConstructor _
    Inherits SqlInterpreterConstructor
'Usage
Dim instance As Sql80InterpreterConstructor
public sealed class Sql80InterpreterConstructor : SqlInterpreterConstructor
public ref class Sql80InterpreterConstructor sealed : public SqlInterpreterConstructor
public final class Sql80InterpreterConstructor extends SqlInterpreterConstructor
[<SealedAttribute>]
type Sql80InterpreterConstructor =  
    class
        inherit SqlInterpreterConstructor
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Extensibility.ServiceConstructor
    Microsoft.Data.Schema.Extensibility.ServiceConstructor<SqlInterpreter>
      Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlInterpreterConstructor
        Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.Sql80InterpreterConstructor

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

Sql80InterpreterConstructor Members

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