Sql100InterpreterConstructor Class

Defines a Sql100 interpreter.

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

Syntax

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

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

Sql100InterpreterConstructor Members

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