Конструктор ForeignKeyColumn (ForeignKey, String)

Initializes a new instance of the ForeignKeyColumn class based on the specified foreign key with the specified name.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub New ( _
    foreignKey As ForeignKey, _
    name As String _
)
'Применение
Dim foreignKey As ForeignKey 
Dim name As String 

Dim instance As New ForeignKeyColumn(foreignKey, _
    name)
public ForeignKeyColumn(
    ForeignKey foreignKey,
    string name
)
public:
ForeignKeyColumn(
    ForeignKey^ foreignKey, 
    String^ name
)
new : 
        foreignKey:ForeignKey * 
        name:string -> ForeignKeyColumn
public function ForeignKeyColumn(
    foreignKey : ForeignKey, 
    name : String
)

Параметры

Примеры

Создание, изменение и удаление внешних ключей

См. также

Справочник

ForeignKeyColumn Класс

Перегрузка ForeignKeyColumn

Пространство имен Microsoft.SqlServer.Management.Smo

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

Создание и изменение ограничений FOREGN KEY

Инструкция CREATE TABLE (Transact-SQL)