ForeignKey.Script Method
Generates a Transact-SQL script that can be used to re-create the foreign key.
Overload List
| Name | Description |
|---|---|
| ForeignKey.Script () |
Generates a Transact-SQL script that can be used to re-create the foreign key.
|
| ForeignKey.Script (ScriptingOptions) |
Generates a Transact-SQL script that can be used to re-create the foreign key as specified by the script options.
|
See Also