ForeignKeyCollection.Parent 属性

Gets the Table object that is the parent of the ForeignKeyCollection object.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property Parent As Table 
    Get
用法
Dim instance As ForeignKeyCollection 
Dim value As Table 

value = instance.Parent
public Table Parent { get; }
public:
property Table^ Parent {
    Table^ get ();
}
member Parent : Table
function get Parent () : Table

属性值

类型:Microsoft.SqlServer.Management.Smo.Table
A Table object that is the parent of the ForeignKeyCollection object.

示例

使用集合

请参阅

参考

ForeignKeyCollection 类

Microsoft.SqlServer.Management.Smo 命名空间