Condividi tramite


Proprietà Parent

Gets the Table object that is the parent of the ForeignKeyCollection object.

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

Sintassi

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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Table
A Table object that is the parent of the ForeignKeyCollection object.