Конструктор ForeignKey (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 (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub New ( _
table As Table, _
name As String _
)
'Применение
Dim table As Table
Dim name As String
Dim instance As New ForeignKey(table, name)
public ForeignKey(
Table table,
string name
)
public:
ForeignKey(
Table^ table,
String^ name
)
new :
table:Table *
name:string -> ForeignKey
public function ForeignKey(
table : Table,
name : String
)
Параметры
- table
Тип: Microsoft.SqlServer.Management.Smo.Table
A Table object value that specifies the table on which to create the foreign key.
- name
Тип: System.String
A String value that specifies the name of the foreign key.
Примеры
Создание, изменение и удаление внешних ключей
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo