The ITableKeySchema type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Refresh |
Allows the object to be refreshed.
(Inherited from ISchemaObject.) |
Properties
Name | Description | |
---|---|---|
![]() | Database |
Allows access to the DatabaseSchema object that contains this schema object.
(Inherited from ISchemaObject.) |
![]() | DateCreated |
Returns the date this table was created.
(Inherited from ISchemaObject.) |
![]() | DeepLoad |
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from ISchemaObject.) |
![]() | DefaultExtendedProperties | (Inherited from ISchemaObject.) |
![]() | Description |
The description of the object.
(Inherited from ISchemaObject.) |
![]() | ExtendedProperties |
Used to store any additional information about the schema object.
(Inherited from ISchemaObject.) |
![]() | ForeignKeyMemberColumns |
The foreign key table columns that make up this key.
|
![]() | ForeignKeyTable |
The foreign key table.
|
![]() | FullName |
Returns the owner and name of the table.
(Inherited from ISchemaObject.) |
![]() | IncludeFunctions |
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from ISchemaObject.) |
![]() | PrimaryKey |
The primary key for the table that this key refers to.
|
![]() | PrimaryKeyMemberColumns |
The primary key table columns that make up this key.
|
![]() | PrimaryKeyTable |
The primary key table.
|
![]() | SortName |
Gets the name used to sort in 'Table (Owner)' format.
(Inherited from ISchemaObject.) |