The TableKeySchema type exposes the following members.

Constructors

Methods

  NameDescription
Public methodEquals
Determines if another table key is the same as this table key.
(Overrides SchemaObjectBase..::..Equals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFormatFullName
Formats the full name.
Public methodGetHashCode
Returns a hashcode based on the database, table and name of the table key.
(Overrides SchemaObjectBase..::..GetHashCode()()()().)
Public methodGetLoadedExtendedProperties
Gets the existing ExtendedProperties without causing a lazy load.
(Inherited from SchemaObjectBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMarkLoaded (Inherited from SchemaObjectBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefresh
Refresh this object.
(Overrides SchemaObjectBase..::..Refresh()()()().)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Fields

  NameDescription
Protected field_database (Inherited from SchemaObjectBase.)
Protected field_dateCreated (Inherited from SchemaObjectBase.)
Protected field_defaultExtendedProperties (Inherited from SchemaObjectBase.)
Protected field_extendedProperties (Inherited from SchemaObjectBase.)
Protected field_gotExtendedProperties (Inherited from SchemaObjectBase.)

Properties

  NameDescription
Public propertyDatabase
Allows access to the DatabaseSchema object that contains this schema object.
(Inherited from SchemaObjectBase.)
Public propertyDateCreated
Returns the date this table was created.
(Inherited from SchemaObjectBase.)
Public propertyDeepLoad
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from SchemaObjectBase.)
Public propertyDescription
The description of the object.
(Inherited from SchemaObjectBase.)
Public propertyExtendedProperties
Used to store any additional information about the schema object.
(Inherited from SchemaObjectBase.)
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 SchemaObjectBase.)
Public propertyIncludeFunctions
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from SchemaObjectBase.)
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 SchemaObjectBase.)

See Also