The ISchemaObjectWithOwner type exposes the following members.

Methods

  NameDescription
Public methodRefresh
Allows the object to be refreshed.
(Inherited from ISchemaObject.)

Properties

  NameDescription
Public propertyDatabase
Allows access to the DatabaseSchema object that contains this schema object.
(Inherited from ISchemaObject.)
Public propertyDateCreated
Returns the date this table was created.
(Inherited from ISchemaObject.)
Public propertyDeepLoad
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from ISchemaObject.)
Public propertyDefaultExtendedProperties (Inherited from ISchemaObject.)
Public propertyDescription
The description of the object.
(Inherited from ISchemaObject.)
Public propertyExtendedProperties
Used to store any additional information about the schema object.
(Inherited from ISchemaObject.)
Public propertyFullName
Returns the owner and name of the table.
(Inherited from ISchemaObject.)
Public propertyIncludeFunctions
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from ISchemaObject.)
Public propertyOwner
Returns the owner of the table.
Public propertySortName
Gets the name used to sort in 'Table (Owner)' format.
(Inherited from ISchemaObject.)

See Also