SqlModelBuilderConstructor Class

Defines a SQL model builder.

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

Syntax

'Declaration
Public MustInherit Class SqlModelBuilderConstructor _
    Inherits ModelBuilderConstructor
'Usage
Dim instance As SqlModelBuilderConstructor
public abstract class SqlModelBuilderConstructor : ModelBuilderConstructor
public ref class SqlModelBuilderConstructor abstract : public ModelBuilderConstructor
public abstract class SqlModelBuilderConstructor extends ModelBuilderConstructor
[<AbstractClassAttribute>]
type SqlModelBuilderConstructor =  
    class
        inherit ModelBuilderConstructor
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Extensibility.ServiceConstructor
    Microsoft.Data.Schema.Extensibility.ServiceConstructor<ModelBuilder>
      Microsoft.Data.Schema.SchemaModel.ModelBuilderConstructor
        Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlModelBuilderConstructor
          Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.Sql100ModelBuilderConstructor
          Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.Sql80ModelBuilderConstructor
          Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.Sql90ModelBuilderConstructor

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

SqlModelBuilderConstructor Members

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