FullTextIndex Properties
SQL Server 2012
The FullTextIndex type exposes the following members.
| Name | Description | |
|---|---|---|
|
CatalogName | Gets or sets the full-text catalog that supports full-text queries for the referenced full-text index. |
|
ChangeTracking | Gets or sets the type of change tracking that is used by the referenced full-text index. |
|
DocumentsProcessed | Gets the number of documents already processed in the current active crawl on the referenced full-text index. |
|
FilegroupName | Gets the name of the file group in which the full-text index is stored. |
|
IndexedColumns | Represents a collection of FullTextIndexColumn objects. Each FullTextIndexColumn object represents a full-text indexed column on the full-text index. |
|
IsEnabled | Gets the Boolean property value that specifies whether the referenced full-text index is configured to participate in Microsoft Search full-text indexing. |
|
ItemCount | Gets the number of full-text indexed items. |
|
NumberOfFailures | Gets the number of documents that failed to be full-text indexed. |
|
Parent | Gets the Table object that is the parent of the FullTextIndex object. |
|
PendingChanges | Gets the number of pending entries the full-text index has to process. |
|
PopulationStatus | Gets the type of population in progress. |
|
Properties | Gets a collection of Property objects that represent the object properties. (Inherited from SqlSmoObject.) |
|
SearchPropertyListName | Gets or sets the String which contains the name of the SearchPropertyList associated with this object. |
|
State | Gets the state of the referenced object. (Inherited from SmoObjectBase.) |
|
StopListName | Gets the name of the full-text Search stop list. |
|
StopListOption | Gets the stop list option associated with the full-text index. |
|
UniqueIndexName | Gets or sets a unique name for the full-text index. |
|
Urn | Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (Inherited from SqlSmoObject.) |
|
UserData | Gets or sets user-defined data associated with the referenced object. (Inherited from SmoObjectBase.) |
| Name | Description | |
|---|---|---|
|
ISfcSupportsDesignMode.IsDesignMode | Gets a Boolean value that indicates whether the object supports design mode. Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
