Udostępnij za pośrednictwem


Metoda TableCollection.ItemById

Wyodrębnia element członkowski z TableCollection 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 Table
'Użycie
Dim instance As TableCollection
Dim id As Integer
Dim returnValue As Table

returnValue = instance.ItemById(id)
public Table ItemById(
    int id
)
public:
Table^ ItemById(
    int id
)
member ItemById : 
        id:int -> Table 
public function ItemById(
    id : int
) : Table

Parametry

Wartość zwracana

Typ: Microsoft.SqlServer.Management.Smo.Table
A Table obiekt, który ma określoną wartość Identyfikatora.