Partager via


Propriété ForeignKeyColumnCollection.Parent

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Parent As ForeignKey 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ForeignKeyColumnCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo