Freigeben über


ForeignKeyColumn Constructor

Initializes a new instance of the ForeignKeyColumn class.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Überladungsliste

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

Siehe auch

Verweis

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

Andere Ressourcen

Creating, Altering, and Removing Foreign Keys
Erstellen und Ändern von FOREIGN KEY-Einschränkungen
CREATE TABLE (Transact-SQL)