Parent 属性

Gets the ForeignKey object that is the parent of the ForeignKeyColumnCollection object.

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

语法

声明
Public ReadOnly Property Parent As ForeignKey
    Get
用法
Dim instance As ForeignKeyColumnCollection
Dim value As ForeignKey

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

属性值

类型:Microsoft.SqlServer.Management.Smo. . :: . .ForeignKey
A ForeignKey object that is the parent of the ForeignKeyColumnCollection object.