Describes the type of information source that should be indexed.
| C# | Visual Basic | Visual C++ |
public enum SourceType
Public Enumeration SourceType
public enum class SourceType
| Member | Description |
|---|---|
| Website |
A crawled web-site
|
| MSSQL |
MS-SQL server
|
| OLE |
OLE based source
|
| Oracle |
Oracle server
|
| CustomDataSetProvider |
A custom assembly that will provide a DataSet
|
| FileSystemDocumentStore |
An imported virtual directory
|
| PresetDataSetProvider |
A user created DataSet will be provided via a PresetDataSetAdapter (see API docs)
|