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)> _
Public Property Parent As Table
    Get
    Set
用法
Dim instance As ForeignKey
Dim value As Table

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public Table Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property Table^ Parent {
    Table^ get ();
    void set (Table^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
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.