Udostępnij za pośrednictwem


Właściwość FullTextCatalogCollection.Item (Int32)

Pobiera FullTextCatalog obiektu kolekcja według numeru indeksu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    index As Integer _
) As FullTextCatalog
    Get
'Użycie
Dim instance As FullTextCatalogCollection
Dim index As Integer
Dim value As FullTextCatalog

value = instance(index)
public FullTextCatalog this[
    int index
] { get; }
public:
property FullTextCatalog^ default[int index] {
    FullTextCatalog^ get (int index);
}
member Item : FullTextCatalog
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.FullTextCatalog
A FullTextCatalog wartość obiektu, który reprezentuje wykaz pełnotekstowy.