Condividi tramite


ForeignKey.Script Method

Generates a Transact-SQL script that can be used to re-create the foreign key.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Elenco degli overload

Nome 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.

Vedere anche

Riferimento

ForeignKey Class
ForeignKey Members
Microsoft.SqlServer.Management.Smo Namespace

Altre risorse

Creating, Altering, and Removing Foreign Keys
Creazione e modifica di vincoli FOREIGN KEY
CREATE TABLE (Transact-SQL)