Schema Properties

Properties

AllowNumericNulls Set this value to False to convert all Null values encountered in numeric fields to zeros.
AllowTextNulls Set this value to False to convert all Null values encountered in character fields to empty strings.
ConnectionIDbConnection to open a database connection
ConnectionString OLEDB connection string to data source to analyze.
DataSourceType Type of database specified in connect string.
ImmediateClose Set this value to False to keep the schema connection used during analysis open after analysis is complete.
Tables Get or set - information to process Tables
TableTypeRestriction Set this value to restrict the types of tables returned in your schema. Table types can be OR'd together to create this table type restriction.

See Also