Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a table to the bulk copy exceptions list.
Syntax
server public static void addBulkCopyTableException(str _tableName, ReleaseUpdateBulkCopyExceptionType _exceptionType)
Run On
Server
Parameters
- _tableName
 Type: str
 The name of the table to add to the exception list.
- _exceptionType
 Type: ReleaseUpdateBulkCopyExceptionType Enumeration
 The type of the exception.
Exceptions
| Exception | Condition | 
|---|---|
| Error | The table name is not found. | 
Remarks
Call this method during pre-synchronization to prevent the table from being copied during the bulk copy operation (DoNotCopy), or to indicate that the target table should be truncated during the bulk copy operation (Truncate).