Parent propriété
Gets the ForeignKey object that is the parent of the ForeignKeyColumnCollection object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans 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 la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .ForeignKey
A ForeignKey object that is the parent of the ForeignKeyColumnCollection object.