See Also

ForeignKey Class  | RedGate.SQLCompare.Engine Namespace

See Also RedGate.SQLCompare.Engine Send comments on this topic.

ForeignKey Class Members

RedGate.SQLCompare.Engine Namespace : ForeignKey Class

ForeignKey overview

Public Properties

Public Property DeleteCascade True if the foreign key is marked as on delete cascade.
Public Property DeleteReferentialAction The referential action in case of a delete.
Public Property Disabled True if the foreign key is disabled (it is set to NOCHECK).
Public Property Fields The fields in the foreign key.
Public Property Name The name of the foreign key.
Public Property NoCheck True if the foreign key is not trusted (it was created using WITH NOCHECK).
Public Property NotForReplication True if the foreign key is marked as not for replication.
Public Property ReferencedFields The fields referenced by the foreign key.
Public Property ReferencedTable The table referenced by the foreign key.
Public Property ScriptSource The location of the creation script for object if the database source is set to scripts folder.
Public Property UpdateCascade True if the foreign key is marked as on update cascade.
Public Property UpdateReferentialAction The referential action in case of an update.

Public Methods

Public Method Equals Overloaded. Compares the foreign key with a specified foreign key.

See Also

ForeignKey Class  | RedGate.SQLCompare.Engine Namespace

 

 


© 2003 - 2007 Red Gate Software Ltd. All Rights Reserved.