Поделиться через


ForeignKey Constructor (Table, String)

Initializes a new instance of the ForeignKey class on the specified table with the specified name.

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

Синтаксис

'Декларация
Public Sub New ( _
    table As Table, _
    name As String _
)
public ForeignKey (
    Table table,
    string name
)
public:
ForeignKey (
    Table^ table, 
    String^ name
)
public ForeignKey (
    Table table, 
    String name
)
public function ForeignKey (
    table : Table, 
    name : String
)

Параметры

  • table
    A Table object value that specifies the table on which to create the foreign key.
  • name
    A String value that specifies the name of the foreign key.

Замечания

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

Пример

How to: Create, Alter, and Remove a Foreign Key in Visual Basic .NET

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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

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

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