This topic has not yet been rated - Rate this topic

FullTextIndex.IndexedColumns Property

Represents a collection of FullTextIndexColumn objects. Each FullTextIndexColumn object represents a full-text indexed column on the full-text index.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, typeof(FullTextIndexColumn))]
public FullTextIndexColumnCollection IndexedColumns { get; }

Property Value

Type: Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection
A FullTextIndexColumnCollection object that represents all the full-text indexed columns defined on the full-text index.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.