Sql80SchemaModel Class

Represents the Sql80 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 Sql80SchemaModel _
    Inherits SqlSchemaModel
'Usage
Dim instance As Sql80SchemaModel
[SerializableAttribute]
public sealed class Sql80SchemaModel : SqlSchemaModel
[SerializableAttribute]
public ref class Sql80SchemaModel sealed : public SqlSchemaModel
public final class Sql80SchemaModel extends SqlSchemaModel
[<SealedAttribute>]
[<SerializableAttribute>]
type Sql80SchemaModel =  
    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.Sql80SchemaModel

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

Sql80SchemaModel Members

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