Partilhar via


Método ForeignKeyCollection.Add

Adds a ForeignKey object to the foreign key collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub Add ( _
    foreignKey As ForeignKey _
)
'Uso
Dim instance As ForeignKeyCollection 
Dim foreignKey As ForeignKey

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

Parâmetros

Exemplos

Usando coleções

Consulte também

Referência

ForeignKeyCollection Classe

Namespace Microsoft.SqlServer.Management.Smo