ForeignKeyColumn Constructor

Initializes a new instance of the ForeignKeyColumn class.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Список перегрузок

Имя 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.

См. также

Справочник

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

Другие ресурсы

Creating, Altering, and Removing Foreign Keys
Создание и изменение ограничений FOREGN KEY
CREATE TABLE (Transact-SQL)