다음을 통해 공유


ForeignKeyColumnCollection.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.

참고 항목

참조

ForeignKeyColumnCollection 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스