Udostępnij za pośrednictwem


Metoda FullTextCatalogCollection.ItemById

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

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

Parametry

Wartość zwracana

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