|
ImportSettings Class
|
Settings for all types of imports.
Inheritance Hierarchy
Namespace: RCS.Carbon.ImportAssembly: RCS.Carbon.Import (in RCS.Carbon.Import.dll) Version: 9.0.12
Syntax public class ImportSettings
The ImportSettings type exposes the following members.
Constructors | Name | Description |
---|
| ImportSettings | Initializes a new instance of the ImportSettings class |
TopFields | Name | Description |
---|
| Blends |
Blend defs eg BBE_*{BBE}[D-L].
|
| FirstLineVars |
Used by TSV,CSV import.
|
| KeepSource |
Keep source variables in blends.
|
| Link |
Partial link variable.
|
| Missing |
Missing numeric.
|
| Overwrite |
Overwrite existing variables (audit off).
|
| Query |
SQL full query.
|
| SecondLineVarDesc |
Used by TSV,CSV import.
|
| Secret |
Used by TSAPI, ALchemer import.
|
| Source |
Delim,SAV,SSS file, SQL conn, TSAPI provider
|
| Spec |
Used by SSS import.
|
| Splitter |
Splitter between multiresponse Delim, SQL.
|
| SurveyId |
Used by TSAPI, ALchemer import.
|
| Table |
SQL table name.
|
| Token |
Used by TSAPI, ALchemer import.
|
| Type |
Import type.
|
TopSee Also