共用方式為


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)