Sql90InterpreterConstructor Class

Defines a Sql90 interpreter.

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

Syntax

'Declaration
Public NotInheritable Class Sql90InterpreterConstructor _
    Inherits SqlInterpreterConstructor
'Usage
Dim instance As Sql90InterpreterConstructor
public sealed class Sql90InterpreterConstructor : SqlInterpreterConstructor
public ref class Sql90InterpreterConstructor sealed : public SqlInterpreterConstructor
public final class Sql90InterpreterConstructor extends SqlInterpreterConstructor
[<SealedAttribute>]
type Sql90InterpreterConstructor =  
    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.Sql90InterpreterConstructor

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

Sql90InterpreterConstructor Members

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