Represents collection of xml schemas in the database structure.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public sealed class XmlSchemaCollection : SchemaObject
Visual Basic (Declaration)
Public NotInheritable Class XmlSchemaCollection _
	Inherits SchemaObject
Visual C++
public ref class XmlSchemaCollection sealed : public SchemaObject

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.DataModel.MsSql..::.Element
    PerpetuumSoft.DataModel.MsSql..::.DatabaseObject
      PerpetuumSoft.DataModel.MsSql..::.SchemaObject
        PerpetuumSoft.DataModel.MsSql..::.XmlSchemaCollection

See Also