Sql90SchemaModel Class

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

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

Sql90SchemaModel Members

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