Udostępnij za pośrednictwem


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

Pobiera FullTextIndexColumn 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 FullTextIndexColumn
    Get
'Użycie
Dim instance As FullTextIndexColumnCollection
Dim index As Integer
Dim value As FullTextIndexColumn

value = instance(index)
public FullTextIndexColumn this[
    int index
] { get; }
public:
property FullTextIndexColumn^ default[int index] {
    FullTextIndexColumn^ get (int index);
}
member Item : FullTextIndexColumn
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.FullTextIndexColumn
A FullTextIndexColumn wartość obiektu, który reprezentuje kolumna indeksu pełnotekstowego.