Metoda DatabaseCollection.ItemById
Wyodrębnia element członkowski z DatabaseCollection 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 Database
'Użycie
Dim instance As DatabaseCollection
Dim id As Integer
Dim returnValue As Database
returnValue = instance.ItemById(id)
public Database ItemById(
int id
)
public:
Database^ ItemById(
int id
)
member ItemById :
id:int -> Database
public function ItemById(
id : int
) : Database
Parametry
- id
Typ: System.Int32
Int32 Wartość, która jednoznacznie identyfikuje Database obiektu jest element członkowski z DatabaseCollection kolekcja.
Wartość zwracana
Typ: Microsoft.SqlServer.Management.Smo.Database
A Database obiekt, który ma określoną wartość Identyfikatora.