Propriedade do RDL ForeignKeyColumnCollection.Parent
Gets the ForeignKey object that is the parent of the ForeignKeyColumnCollection object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.ForeignKey
A ForeignKey object that is the parent of the ForeignKeyColumnCollection object.