The IViewSchema type exposes the following members.

Methods

  NameDescription
Public methodGetData
Gets the data contained within the schema object.
(Inherited from ITabularObject.)
Public methodGetViewData
Gets the data contained within the table.
Public methodRefresh
Allows the object to be refreshed.
(Inherited from ISchemaObject.)

Properties

  NameDescription
Public propertyColumns
Provides information about the view columns.
Public propertyDatabase
Allows access to the DatabaseSchema object that contains this schema object.
(Inherited from ISchemaObject.)
Public propertyDataObjects
Provides information about the schema objects columns.
(Inherited from ITabularObject.)
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 propertyItem
Index to allow easy access to the columns in this schema object.
(Inherited from ITabularObject.)
Public propertyOwner
Returns the owner of the table.
(Inherited from ISchemaObjectWithOwner.)
Public propertySortName
Gets the name used to sort in 'Table (Owner)' format.
(Inherited from ISchemaObject.)
Public propertyViewText
Gets the view text for this view.

See Also