ForeignKey Constructor
Initializes a new instance of the ForeignKey class.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Elenco degli overload
Nome | Description |
---|---|
ForeignKey () |
Initializes a new instance of the ForeignKey class.
|
ForeignKey (Table, String) |
Initializes a new instance of the ForeignKey class on the specified table with the specified name.
|
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)