Partager via


Méthode ForeignKeyCollection.Remove (ForeignKey)

Removes a ForeignKey object from the foreign key collection.

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

Syntaxe

'Déclaration
Public Sub Remove ( _
    foreignKey As ForeignKey _
)
'Utilisation
Dim instance As ForeignKeyCollection 
Dim foreignKey As ForeignKey

instance.Remove(foreignKey)
public void Remove(
    ForeignKey foreignKey
)
public:
void Remove(
    ForeignKey^ foreignKey
)
member Remove : 
        foreignKey:ForeignKey -> unit
public function Remove(
    foreignKey : ForeignKey
)

Paramètres

Exemples

Utilisation de collections

Voir aussi

Référence

ForeignKeyCollection Classe

Surcharge Remove

Espace de noms Microsoft.SqlServer.Management.Smo