다음을 통해 공유


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.