IRdsImportSchema.TableName

Syntax

TableName: String;

Description

The TableName property determines the repository table, from which the data is imported.

Comments

To import data by using a SQL query, specify a query text in the TableName property. Note that the case of fields' identifiers is not changed. Use the case matching with that of identifiers in the database table in the query text.

Example

The property use is given in the example for IRdsImportSchema.Incremental.

See also:

IRdsImportSchema