The TruncateLog property controls log file processing for Backup and BulkCopy objects.
object.TruncateLog [= value]
object
Expression that evaluates to an object in the Applies To list
value
TRUE or FALSE
Read/write
Boolean
HRESULT GetTruncateLog(LPBOOL pRetVal)
HRESULT SetTruncateLog(BOOL NewValue)
If TRUE, the log file is truncated on successful completion of the ImportData method.
If FALSE, the log file is not truncated regardless of the completion status of the ImportData method.