Compartir a través de


ForeignKeyColumn Constructor

Initializes a new instance of the ForeignKeyColumn class.

Notas

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Lista de sobrecargas

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

Vea también

Referencia

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

Otros recursos

Creating, Altering, and Removing Foreign Keys
Crear y modificar restricciones FOREIGN KEY
CREATE TABLE (Transact-SQL)