Właściwość FullTextIndexColumnCollection.Item (String)
Pobiera FullTextIndexColumn obiektu kolekcja według nazwy.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
name As String _
) As FullTextIndexColumn
Get
'Użycie
Dim instance As FullTextIndexColumnCollection
Dim name As String
Dim value As FullTextIndexColumn
value = instance(name)
public FullTextIndexColumn this[
string name
] { get; }
public:
property FullTextIndexColumn^ default[String^ name] {
FullTextIndexColumn^ get (String^ name);
}
member Item : FullTextIndexColumn
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- name
Typ: System.String
A String wartość, która określa nazwę FullTextIndexColumn obiekt w FullTextIndexColumnCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.FullTextIndexColumn
A FullTextIndexColumn wartość obiektu, który reprezentuje kolumna indeksu pełnotekstowego.