The ITableKeySchema 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 propertyForeignKeyMemberColumns
The foreign key table columns that make up this key.
Public propertyForeignKeyTable
The foreign key table.
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 propertyPrimaryKey
The primary key for the table that this key refers to.
Public propertyPrimaryKeyMemberColumns
The primary key table columns that make up this key.
Public propertyPrimaryKeyTable
The primary key table.
Public propertySortName
Gets the name used to sort in 'Table (Owner)' format.
(Inherited from ISchemaObject.)

See Also