Partager via


Propriété ForeignKeyColumn.Parent

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

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

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)> _
Public Property Parent As ForeignKey 
    Get 
    Set
'Utilisation
Dim instance As ForeignKeyColumn 
Dim value As ForeignKey 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)]
public ForeignKey Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectFlags::Design)]
public:
property ForeignKey^ Parent {
    ForeignKey^ get ();
    void set (ForeignKey^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)>]
member Parent : ForeignKey with get, set
function get Parent () : ForeignKey 
function set Parent (value : ForeignKey)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.ForeignKey
A ForeignKey object that specifies the parent object of the ForeignKeyColumn object.

Exemples

Création, modification et suppression de clés étrangères

Voir aussi

Référence

ForeignKeyColumn Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Création et modification des contraintes FOREIGN KEY

CREATE TABLE (Transact-SQL)