ImportAttrs Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
UpdateOnly | 1 | Import does (if set in meta) or should (if specified by user) perform updates only, no inserts. | |
InsertOnly | 2 | Import does (if set in meta) or should (if specified by user) perform inserts only, no updates. | |
InsertUpdateSelectable | 4 | When import can perform inserts and/or updates, allow user to restrict operation. | |
ETL | 8 | The import was performed by a SQL-Server ETL (Extract-Transform-Load) package. | |
TrimLeft | 16 | Trim leading whitespace off all data. | |
TrimRight | 32 | Trim trailing whitespace off all data. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.