Metoda ForeignKeyCollection.ItemById
Wyodrębnia element członkowski z ForeignKeyCollection przy użyciu kolekcja identyfikator unikatowy, zdefiniowanych przez system.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Function ItemById ( _
id As Integer _
) As ForeignKey
'Użycie
Dim instance As ForeignKeyCollection
Dim id As Integer
Dim returnValue As ForeignKey
returnValue = instance.ItemById(id)
public ForeignKey ItemById(
int id
)
public:
ForeignKey^ ItemById(
int id
)
member ItemById :
id:int -> ForeignKey
public function ItemById(
id : int
) : ForeignKey
Parametry
- id
Typ: System.Int32
Int32 Wartość, która jednoznacznie identyfikuje ForeignKey obiektu jest element członkowski z ForeignKeyCollection kolekcja.
Wartość zwracana
Typ: Microsoft.SqlServer.Management.Smo.ForeignKey
A ForeignKey obiekt, który ma określoną wartość Identyfikatora.
Zobacz także