共用方式為


ForeignKey.Parent 屬性

Gets or sets the Table object that is the parent of the ForeignKey object.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)> _
Public Property Parent As Table 
    Get 
    Set
'用途
Dim instance As ForeignKey 
Dim value As Table 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)]
public Table Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectFlags::Design)]
public:
property Table^ Parent {
    Table^ get ();
    void set (Table^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)>]
member Parent : Table with get, set
function get Parent () : Table 
function set Parent (value : Table)

屬性值

型別:Microsoft.SqlServer.Management.Smo.Table
A Table object that is the parent of the ForeignKey object.

範例

建立、改變和移除外部索引鍵

請參閱

參考

ForeignKey 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

建立與修改 FOREIGN KEY 條件約束

CREATE TABLE (Transact-SQL)