ForeignKeyCollection.Parent Propiedad
Gets the Table object that is the parent of the ForeignKeyCollection object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property Parent As Table
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Table
A Table object that is the parent of the ForeignKeyCollection object.