Provides a common base for all tabular schema objects.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  NamedObjectBase
    SchemaExplorer..::..SchemaObjectBase
      SchemaExplorer..::..SchemaObjectWithOwnerBase
        SchemaExplorer..::..TabularObjectBase
          SchemaExplorer..::..CommandResultSchema
          SchemaExplorer..::..TableSchema
          SchemaExplorer..::..TabularObject
          SchemaExplorer..::..ViewSchema

See Also