SqlInterpreterConstructor Class

Defines a SQL interpreter.

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

Syntax

'Declaration
Public MustInherit Class SqlInterpreterConstructor _
    Inherits ServiceConstructor(Of SqlInterpreter)
'Usage
Dim instance As SqlInterpreterConstructor
public abstract class SqlInterpreterConstructor : ServiceConstructor<SqlInterpreter>
public ref class SqlInterpreterConstructor abstract : public ServiceConstructor<SqlInterpreter^>
public abstract class SqlInterpreterConstructor extends ServiceConstructor<SqlInterpreter>
[<AbstractClassAttribute>]
type SqlInterpreterConstructor =  
    class
        inherit ServiceConstructor<SqlInterpreter>
    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.Sql100InterpreterConstructor
        Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.Sql80InterpreterConstructor
        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

SqlInterpreterConstructor Members

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