Parent Propiedad
Gets the ForeignKey object that is the parent of the ForeignKeyColumnCollection 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 ForeignKey
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ForeignKey
A ForeignKey object that is the parent of the ForeignKeyColumnCollection object.