Freigeben über


ForeignKeyCollection.Add-Methode

Adds a ForeignKey object to the foreign key collection.

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

Syntax

'Declaration
Public Sub Add ( _
    foreignKey As ForeignKey _
)
'Usage
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
)

Parameter

Beispiele

Verwenden von Auflistungen

Siehe auch

Verweis

ForeignKeyCollection Klasse

Microsoft.SqlServer.Management.Smo-Namespace