Sql100SchemaModel Class

Represents the Sql100 schema model.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.SchemaModel.ModelStore
    Microsoft.Data.Schema.SchemaModel.DataSchemaModel
      Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlSchemaModel
        Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.Sql100SchemaModel

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

Sql100SchemaModel Members

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