The full-text search index definition used to get the index.
Members
| Name | Description | |
|---|---|---|
![]() |
CatalogName | The catalog name for this full-text index. |
![]() |
IsSyncOnCommit | The sync on commit parameter for this full-text index. |
![]() |
Locale | The locale for this full-text index. |
IFullTextIndexDefinition.CatalogName Property
The catalog name for this full-text index.
Public ReadOnly Property CatalogName As String
public string CatalogName {get;}
IFullTextIndexDefinition.IsSyncOnCommit Property
The sync on commit parameter for this full-text index.
Public ReadOnly Property IsSyncOnCommit As Boolean
public bool IsSyncOnCommit {get;}
IFullTextIndexDefinition.Locale Property
The locale for this full-text index.
Public ReadOnly Property Locale As String
public string Locale {get;}
Classes that implement IFullTextIndexDefinition
| Classes | Description |
|---|---|
| FullTextIndexDefinition (esriGeoDatabase) | Esri FullTextIndex Definition object. |
