Metoda ForeignKeyCollection.Add
Dodaje ForeignKey obiektu, aby klucz obcy kolekcja.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub Add ( _
foreignKey As ForeignKey _
)
'Użycie
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
)
Parametry
- foreignKey
Typ: Microsoft.SqlServer.Management.Smo.ForeignKey
A ForeignKey wartość, która ma zostać dodany do obiektu klucz obcy kolekcja.
Zobacz także