Provides information about a database table.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
[SerializableAttribute]
public class ViewSchema : TabularObjectBase, IViewSchema, 
	ITabularObject, ISchemaObjectWithOwner, ISchemaObject, INamedObject
Visual Basic
<SerializableAttribute>
Public Class ViewSchema
	Inherits TabularObjectBase
	Implements IViewSchema, ITabularObject, ISchemaObjectWithOwner, ISchemaObject, 
	INamedObject

Inheritance Hierarchy

System..::..Object
  NamedObjectBase
    SchemaExplorer..::..SchemaObjectBase
      SchemaExplorer..::..SchemaObjectWithOwnerBase
        SchemaExplorer..::..TabularObjectBase
          SchemaExplorer..::..ViewSchema

See Also