ForeignKeyColumn Constructor
Initializes a new instance of the ForeignKeyColumn class.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Elenco degli overload
Nome | Description |
---|---|
ForeignKeyColumn () |
Initializes a new instance of the ForeignKeyColumn class.
|
ForeignKeyColumn (ForeignKey, String) |
Initializes a new instance of the ForeignKeyColumn class based on the specified foreign key with the specified name.
|
ForeignKeyColumn (ForeignKey, String, String) |
Initializes a new instance of the ForeignKeyColumn class based on the specified foreign key with the specified name, which references the specified column.
|
Vedere anche
Riferimento
ForeignKeyColumn Class
ForeignKeyColumn 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)