Condividi tramite


Proprietà Parent

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Parent As ForeignKey
    Get
'Utilizzo
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

Valore proprietà

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