ForeignKeyColumnCollection.Add Method

Adds a ForeignKeyColumn object to the foreign key column collection.

备注

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

重载列表

名称 Description
ForeignKeyColumnCollection.Add (ForeignKeyColumn)
Adds a ForeignKeyColumn object to the foreign key column collection.
ForeignKeyColumnCollection.Add (ForeignKeyColumn, Int32)
Adds a ForeignKeyColumn object at a specified index position in the foreign key column collection.
ForeignKeyColumnCollection.Add (ForeignKeyColumn, String)
Adds a ForeignKeyColumn object to the position after a specified, existing ForeignKeyColumn object in the foreign key column collection.

请参阅

参考

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

其他资源

Using Collections