Udostępnij przez


Właściwość IndexedColumns

Reprezentuje kolekcja FullTextIndexColumn obiektów. Każdy FullTextIndexColumn obiekt reprezentuje kolumna indeksowanej pełnotekstowego indeksu pełnotekstowego.

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

Syntax

'Deklaracja
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, GetType(FullTextIndexColumn))> _
Public ReadOnly Property IndexedColumns As FullTextIndexColumnCollection
    Get
'Użycie
Dim instance As FullTextIndex
Dim value As FullTextIndexColumnCollection

value = instance.IndexedColumns
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, typeof(FullTextIndexColumn))]
public FullTextIndexColumnCollection IndexedColumns { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::OneToAny, 
    typeof(FullTextIndexColumn))]
public:
property FullTextIndexColumnCollection^ IndexedColumns {
    FullTextIndexColumnCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, 
    typeof(FullTextIndexColumn))>]
member IndexedColumns : FullTextIndexColumnCollection
function get IndexedColumns () : FullTextIndexColumnCollection

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo. . :: . .FullTextIndexColumnCollection
A FullTextIndexColumnCollection obiekt, który reprezentuje wszystkie pełnotekstowego indeksowania kolumn zdefiniowanych na indeks pełnotekstowy.