Provides a base for all schema objects to derive from.

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

Syntax

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

Inheritance Hierarchy

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

See Also