Udostępnij przez


Właściwość ForeignKeyColumnCollection.Parent

Pobiera ForeignKey obiekt, który jest elementem nadrzędnym ForeignKeyColumnCollection obiektu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public ReadOnly Property Parent As ForeignKey
    Get
'Użycie
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

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.ForeignKey
A ForeignKey obiekt, który jest elementem nadrzędnym ForeignKeyColumnCollection obiektu.