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 命名空间

其他资源

创建和修改 FOREIGN KEY 约束

CREATE TABLE (Transact-SQL)